#include "matrix.h"
#include <string.h>
#include <cmath>
#include <algorithm>
Include dependency graph for matrix.cpp:
Namespaces | |
namespace | matrix |
Defines | |
#define | COMPARE_EPS 1e-12 |
#define | VAL(i, j) data[i*n+j] |
Functions | |
int | matrix::cmpdouble (const void *a, const void *b) |
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 |
#define VAL | ( | i, | |||
j | ) | data[i*n+j] |