CreateReducedMatrix

Creates a new matrix using the specified rows and columns of this matrix.

Synopsis

#include "tao_solver.h"  
int TaoMat::CreateReducedMatrix(TaoIndexSet* row,TaoIndexSet* col, TaoMat **M)

Input Parameter

row - the rows of this matrix to be extracted
column - the columns of this matrix to be extracted

Output Parameter

M -the new matrix

Note

This method can also be called by using a pointer to TaoIndexSet as input parameters.

See Also

TaoMat::SetReducedMatrix()

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