Code Documentation 3.1
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 <QtMath>
#include <QTextStream>
Include dependency graph for matrix.cpp:

Macros

#define TINY   1.0e-20
 

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

◆ 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