GetArray

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

Synopsis

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

Output Parameters

dptr - pointer an the array of numbers
n - the length of the array

Note

This operation may not be defined the same for all vector types.

See Also

TaoVec::RestoreArray()

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