matrix.cpp File Reference
#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. 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