#include <LinAlg.h>
Inheritance diagram for linalg::ConstMatrixRow:
Public Member Functions | |
ConstMatrixRow (const Matrix &m, const int row) | |
const REAL | operator() (const int i) const |
Protected Member Functions | |
const REAL & | get_ref (const int index) const |
Private Member Functions | |
ConstMatrixRow (const ConstMatrixRow &) | |
void | operator= (const ConstMatrixRow &) |
Private Attributes | |
const REAL *const | row_ptr |
const int | stride |
const REAL *const | end_ptr |
Friends | |
class | ElementWiseStrideConst |
class | LAStrideStreamIn |
class | LAStrideStreamOut |
|
|
|
Definition at line 40 of file matrix_sub.cpp. References linalg::_error(), assert, linalg::Matrix::info(), linalg::DimSpec::q_row_lwb(), linalg::DimSpec::q_row_upb(), and stride. |
Here is the call graph for this function:
|
Definition at line 1333 of file LinAlg.h. References linalg::_error(), linalg::DimSpec::q_col_lwb(), linalg::DimSpec::q_col_upb(), REAL, row_ptr, and stride. Referenced by linalg::MatrixRow::operator()(), and operator()(). |
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
|
|
|
|
|
Reimplemented in linalg::MatrixRow. |
|
|
|
Definition at line 1297 of file LinAlg.h. Referenced by get_ref(). |
|
Definition at line 1299 of file LinAlg.h. Referenced by ConstMatrixRow(), and get_ref(). |