Classes | |
| class | Matrix |
| Matrix type. More... | |
Typedefs | |
| typedef double | D |
| type for matrix elements | |
Functions | |
| ostream & | operator<< (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
|
|
||||||||||||
|
.rown Definition at line 527 of file matrix.cpp. |
|
|
integer constant for use with exp function and (^) operator to transpose the matrix
Definition at line 83 of file matrix.cpp. |
1.4.5