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. More... | |
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