#include <LinAlg.h>
Inheritance diagram for linalg::MatrixDiag:
Public Member Functions | |
MatrixDiag (Matrix &m) | |
REAL & | operator() (const int i) |
Private Member Functions | |
MatrixDiag (const MatrixDiag &) | |
void | operator= (const MatrixDiag &) |
Friends | |
class | ElementWiseStride |
class | LAStrideStreamOut |
|
|
|
|
|
Definition at line 1425 of file LinAlg.h. References linalg::ConstMatrixDiag::get_ref(), and REAL. |
Here is the call graph for this function:
|
|
|
|
|
Reimplemented from linalg::ConstMatrixDiag. |