HQP  1.9.7
Mesch::MATROWP Class Reference

Wrapper for a row in Meschach MAT. More...

#include <Meschach.h>

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
 

Detailed Description

Wrapper for a row in Meschach MAT.

It is used if compiled with DEBUG flag.


The documentation for this class was generated from the following file: