SetReducedVec

Sets the reduced space of the vector that this vector should represent. The index set describes which elements of the vector should be used. This routine also copies the appropriate elements from the full space vector into the reduced space vector.

Synopsis

#include "tao_solver.h"  
int TaoVec::SetReducedVec(TaoVec* vv,TaoIndexSet* ss)

Input Parameters

vv - a vector
ss - an index set

See Also

TaoVec::CreateReducedVec(), TaoVec::ReducedCopyFromFull(), TaoVec::ReducedXPY(), TaoSelectSubset()

Level:advanced
Location:src/vector/taovec.c
TAO Solver Index
Table of Contents