#include <LinAlg.h>
Inheritance diagram for linalg::MatrixDA:
Public Member Functions | |
MatrixDA (Matrix &m) | |
REAL & | operator() (const int rown, const int coln) const |
REAL & | operator() (const rowcol rc) const |
Matrix & | get_container (void) |
Private Member Functions | |
MatrixDA (const MatrixDA &) | |
void | operator= (const MatrixDA &) |
|
|
|
|
|
|
|
Definition at line 1212 of file LinAlg.h. References linalg::rowcol::col, REAL, and linalg::rowcol::row. |
|
Reimplemented from linalg::MatrixDABase. Definition at line 1210 of file LinAlg.h. References REAL. |
|
|