#include "matrix.h"#include <string.h>#include <math.h>#include "matrix.tests.hpp"Include dependency graph for matrix.cpp:

Namespaces | |
| namespace | matrix |
Defines | |
| #define | COMPARE_EPS 1e-12 |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const Matrix &mat) |
Variables | |
| const int | T = 0xFF |
| integer constant for use with exp function and (^) operator to transpose the matrix | |
|
|
|
|
||||||||||||
|
|
|
|
integer constant for use with exp function and (^) operator to transpose the matrix
|
1.3.8