#include <Meschach.h>

Public Member Functions | |
Constructors and assignments | |
| MATP () | |
| MATP (MAT *cm) | |
| MAT * | operator= (MAT *nm) |
Operators for MATP | |
| Real * | operator[] (int i) |
| MAT * | operator-> () |
| operator MAT * () | |
| operator const MAT * () | |
Operators for const MATP | |
| const Real * | operator[] (int i) const |
| const MAT * | operator-> () const |
| operator const MAT * () const | |
Protected Attributes | |
| MAT * | _m |
| wrapped MAT* | |
.