#include <LinAlg.h>
Inheritance diagram for linalg::LazyInverseMatrix:
Private Member Functions | |
void | fill_in (Matrix &m) const |
LazyInverseMatrix (const Matrix &_proto) | |
Private Attributes | |
const Matrix & | proto |
Friends | |
const LazyInverseMatrix | inverse (const Matrix &proto) |
|
|
|
Implements linalg::LazyMatrix. Definition at line 755 of file LinAlg.h. References linalg::Matrix::invert(). |
Here is the call graph for this function:
|
|
|
|