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