GetDimensions

Gets the dimensions of the rowspace and columnspace of this matrix.

Synopsis

#include "tao_solver.h"  
int TaoMat::GetDimensions( int* m, int* n )

Output Parameter

m - the number of rows
n - the number of columns

Level:intermediate
Location:src/matrix/taomat.c
TAO Solver Index
Table of Contents