#include <LinAlg.h>
Inheritance diagram for linalg::ConstMatrixColumn:
Public Member Functions | |
ConstMatrixColumn (const Matrix &m, const int col) | |
const REAL | operator() (const int i) const |
Protected Member Functions | |
const REAL & | get_ref (const int index) const |
Private Member Functions | |
ConstMatrixColumn (const ConstMatrixColumn &) | |
void | operator= (const ConstMatrixColumn &) |
Private Attributes | |
const REAL *const | col_ptr |
Friends | |
class | ElementWiseConst |
class | LAStreamIn |
class | LAStreamOut |
|
|
|
Definition at line 29 of file matrix_sub.cpp. References linalg::_error(), linalg::Matrix::info(), linalg::DimSpec::q_col_lwb(), and linalg::DimSpec::q_col_upb(). |
Here is the call graph for this function:
|
Definition at line 1262 of file LinAlg.h. References linalg::_error(), col_ptr, linalg::DimSpec::q_row_lwb(), linalg::DimSpec::q_row_upb(), and REAL. Referenced by linalg::MatrixColumn::operator()(). |
Here is the call graph for this function:
|
Definition at line 1252 of file LinAlg.h. References REAL. |
|
|
|
|
|
|
|
Reimplemented in linalg::MatrixColumn. |
|
Definition at line 1240 of file LinAlg.h. Referenced by get_ref(). |