GMatrix.cc File Reference

#include <vecmath/GMatrix.h>

Go to the source code of this file.

Namespaces

namespace  std

Defines

#define CLEAN_REST(X)

Functions

ostream & operator<< (ostream &os, const GMatrix &m)


Define Documentation

#define CLEAN_REST  ) 
 

Value:

do {\
    for (int i = X; i < nRow; i++)\
    for (int j = X; j < nCol; j++)\
    values[i][j] = 0.0;\
    } while(0)

Referenced by GMatrix::set().


Function Documentation

ostream& operator<< ostream &  os,
const GMatrix m
 

Definition at line 1633 of file GMatrix.cc.

References GMatrix::getNumCol(), GMatrix::getNumRow(), and GMatrix::values.


Generated on Thu Sep 29 13:39:45 2005 for vecmath by  doxygen 1.4.4