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