#include <null-matrix.h>
Inheritance diagram for NullMatrix:
Public Methods | |
NullMatrix () | |
NullMatrix (const NullMatrix &n) | |
template<class OutVector, class InVector> OutVector & | apply (OutVector &y, const InVector &x) const |
template<class OutVector, class InVector> OutVector & | applyTranspose (OutVector &y, const InVector &x) const |
virtual size_t | rowdim () const |
virtual size_t | coldim () const |
|
|
|
|
|
|
|
|
|
|
|
|