RestoreArray

Returns a pointer to the first element in the vector array.

Synopsis

#include "tao_solver.h"  
int TaoVec::RestoreArray(TaoScalar **dptr, int *n)

Input Parameters

dptr - pointer an the array of numbers obtained from TaoVec::GetArray
n - the length of the array

Note

This routine is not used within TAO solvers. Rather, it is used to implement other routines.

See Also

TaoVec::GetArray()

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