Classes | |
class | Matrix |
Matrix type. More... | |
Typedefs | |
typedef double | D |
type for matrix elements | |
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 |
|
type for matrix elements
|
|
|
|
integer constant for use with exp function and (^) operator to transpose the matrix
|