#include <LinAlg.h>
Inheritance diagram for linalg::LazyTransposedMatrix:
Private Member Functions | |
void | fill_in (Matrix &m) const |
LazyTransposedMatrix (const Matrix &_proto) | |
Private Attributes | |
const Matrix & | proto |
Friends | |
const LazyTransposedMatrix | transposed (const Matrix &proto) |
|
|
|
Implements linalg::LazyMatrix. Definition at line 33 of file matrix2.cpp. References assert, linalg::Matrix::elements, linalg::Matrix::nelems, linalg::DimSpec::nrows, proto, and REAL. |
|
|
|
Definition at line 413 of file LinAlg.h. Referenced by fill_in(). |