Clone
Creates a new TaoVec object with the same structure as this one. It does not copy the value to the new vector.
Synopsis
#include "tao_solver.h"
int TaoVec::Clone( TaoVec* *vv )
Input
vv -address of a pointer to a TaoVec
Output Parameter
vv -address of a pointer to new TaoVec object
See Also
TaoVec::CloneVecs(), TaoVec::CopyFrom()
Level:intermediate
Location:src/vector/taovec.c
TAO Solver Index
Table of Contents