#include <Meschach.h>
It is used if compiled with DEBUG flag.
Public Member Functions | |
Constructors and assignments | |
| MATROWP (Real *row, int dim) | |
Operators for MATROWP | |
| Real & | operator[] (int j) |
| operator Real * () | |
Operators for const MATROWP | |
| const Real & | operator[] (int j) const |
| operator const Real * () const | |
Protected Attributes | |
| Real * | _row |
| pointer to data | |
| int | _dim |
| dimension of row | |
.