#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 & | matrix::operator<< (std::ostream &str, const Matrix &mat) |
Variables | |
| const int | matrix::T = 0xFF |
| integer constant for use with exp function and (^) operator to transpose the matrix | |
| #define COMPARE_EPS 1e-12 |
1.4.7