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