Code Documentation 3.7
Social Network Visualizer
Loading...
Searching...
No Matches
matrix.cpp File Reference

Implements the Matrix class for handling adjacency and sociomatrix data structures in network analysis. More...

#include "matrix.h"
#include <cstdlib>
#include <QDebug>
#include <QLoggingCategory>
#include <QtMath>
#include <QTextStream>
Include dependency graph for matrix.cpp:

Macros

#define TINY   1.0e-20
#define RELATIVE_SINGULARITY_TOLERANCE   1.0e-12

Functions

QTextStream & operator<< (QTextStream &os, Matrix &m)
 Prints matrix m to given textstream.

Detailed Description

Implements the Matrix class for handling adjacency and sociomatrix data structures in network analysis.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org

Macro Definition Documentation

◆ RELATIVE_SINGULARITY_TOLERANCE

#define RELATIVE_SINGULARITY_TOLERANCE   1.0e-12

◆ TINY

#define TINY   1.0e-20

Function Documentation

◆ operator<<()

QTextStream & operator<< ( QTextStream & os,
Matrix & m )

Prints matrix m to given textstream.

Parameters
os
m
Returns