#include <LinAlg.h>
Inheritance diagram for linalg::ConstMatrixDiag:
Public Member Functions | |
ConstMatrixDiag (const Matrix &m) | |
const REAL | operator() (const int i) const |
Protected Member Functions | |
const REAL & | get_ref (const int index) const |
Private Member Functions | |
ConstMatrixDiag (const ConstMatrixDiag &) | |
void | operator= (const ConstMatrixDiag &) |
Private Attributes | |
const REAL *const | start_ptr |
const int | stride |
const REAL *const | end_ptr |
Friends | |
class | ElementWiseStrideConst |
class | LAStrideStreamIn |
class | LAStrideStreamOut |
|
|
|
Definition at line 54 of file matrix_sub.cpp. |
|
Definition at line 1408 of file LinAlg.h. References linalg::_error(), REAL, start_ptr, and stride. Referenced by linalg::MatrixDiag::operator()(), and operator()(). |
Here is the call graph for this function:
|
|
Here is the call graph for this function:
|
|
|
|
|
|
|
Reimplemented in linalg::MatrixDiag. |
|
|
|
Definition at line 1370 of file LinAlg.h. Referenced by get_ref(). |
|
Definition at line 1371 of file LinAlg.h. Referenced by ConstMatrixDiag(), and get_ref(). |