#include "matrix.h"
#include <string.h>
#include <math.h>
#include "matrix.tests.cpp"
Include dependency graph for matrix.cpp:
Go to the source code of this file.
Namespaces | |
namespace | matrix |
Defines | |
#define | COMPARE_EPS 1e-12 |
Functions | |
ostream & | matrix::operator<< (ostream &str, const Matrix &mat) |
Variables | |
const int | matrix::T = 0xFF |
integer constant for use with exp function and (^) operator to transpose the matrix |
|
Definition at line 82 of file matrix.cpp. |