#include <matrixadapter.h>
Collaboration diagram for mat::CArrayMatrixAdapter< T, Array >:
Definition at line 148 of file matrixadapter.h.
Public Types | |
typedef size_t | size_type |
typedef T | value_type |
Public Methods | |
CArrayMatrixAdapter (const Array &x, const size_type nrows, const size_type ncols) | |
value_type | operator() (const size_type row, const size_type col) 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 Array & | a |
const size_type | height |
const size_type | width |