#include <LinAlg.h>
Inheritance diagram for linalg::LazyMatrixProduct:
Private Member Functions | |
void | fill_in (Matrix &m) const |
LazyMatrixProduct (const Matrix &__A, const Matrix &__B) | |
Private Attributes | |
const Matrix & | A |
const Matrix & | B |
Friends | |
const LazyMatrixProduct | operator * (const Matrix &A, const Matrix &B) |
|
|
|
Implements linalg::LazyMatrix. Definition at line 714 of file LinAlg.h. References linalg::Matrix::mult(). |
Here is the call graph for this function:
|
|
|
|
|
|