|
linbox
|
This is a representation of the 0 by 0 empty matrix which does not occupy memory. More...
#include <null-matrix.h>
Inheritance diagram for NullMatrix:Data Structures | |
| struct | rebind |
Public Member Functions | |
| NullMatrix () | |
| NullMatrix (const NullMatrix &n) | |
| virtual | ~NullMatrix () |
| 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 |
This is a representation of the 0 by 0 empty matrix which does not occupy memory.
It has it's uses!
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |