#include <matrixadapter.h>
Inheritance diagram for mat::MatrixInterfaceConstant< T >:


Definition at line 271 of file matrixadapter.h.
Public Types | |
|
typedef MatrixInterface< T >::size_type | size_type |
|
typedef MatrixInterface< T >::value_type | value_type |
Public Methods | |
| MatrixInterfaceConstant (const value_type &a=1.0, size_type nr=1, size_type nc=1) | |
| Typical constructor. | |
| value_type | operator() (const size_type, const size_type) const |
| size_type | nrows () const |
| Number of rows in the virtual matrix. | |
| size_type | ncols () const |
| Number of columns in the virtual matrix. | |
Protected Attributes | |
| const T | val |
| const size_type | height |
| const size_type | width |
1.3-rc2