#include <LinAlg.h>
Inheritance diagram for linalg::MatrixDABase:
Public Member Functions | |
~MatrixDABase (void) | |
Protected Member Functions | |
MatrixDABase (const Matrix &m) | |
const REAL & | operator() (const int rown, const int coln) const |
Private Member Functions | |
MatrixDABase (const MatrixDABase &) | |
void | operator= (const MatrixDABase &) |
Static Private Member Functions | |
REAL *const * | build_index (const Matrix &m) |
Private Attributes | |
REAL *const *const | index |
|
|
|
|
|
Definition at line 143 of file matrix1.cpp. References index. |
|
Definition at line 129 of file matrix1.cpp. References assert, linalg::Matrix::elements, index, linalg::Matrix::is_valid(), linalg::DimSpec::ncols, linalg::DimSpec::nrows, and REAL. |
Here is the call graph for this function:
|
Reimplemented in linalg::ConstMatrixDA, and linalg::MatrixDA. Definition at line 1498 of file LinAlg.h. References linalg::_error(), index, and REAL. |
Here is the call graph for this function:
|
|
|
Definition at line 1163 of file LinAlg.h. Referenced by build_index(), operator()(), and ~MatrixDABase(). |