#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) |
|
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(). |
|
Definition at line 1633 of file GMatrix.cc. References GMatrix::getNumCol(), GMatrix::getNumRow(), and GMatrix::values. |