CloneVecs

Creates an array of pointers to new TaoVec objects. The new objects have the same structure as this one.

Synopsis

#include "tao_solver.h"  
int TaoVec::CloneVecs(int nn, TaoVec***tvs)

Input Parameter

nn -number of new vectors

Output Parameter

tvs -pointer to array TaoVec pointers

See Also

TaoVec::Clone()

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