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>
|
QTextStream & | operator<< (QTextStream &os, Matrix &m) |
| Prints matrix m to given textstream.
|
|
Implements the Matrix class for handling adjacency and sociomatrix data structures in network analysis.
- Author
- Dimitris B. Kalamaras
- Copyright
- Copyright (C) 2005-2024 by Dimitris B. Kalamaras. This file is part of SocNetV (Social Network Visualizer). @license This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 or later. For more details, see http://www.gnu.org/licenses/.
- See also
- https://socnetv.org
◆ TINY
◆ operator<<()
QTextStream & operator<< |
( |
QTextStream & |
os, |
|
|
Matrix & |
m |
|
) |
| |
Prints matrix m to given textstream.
- Parameters
-
- Returns