MFDenseNVector
[MFNVector]

Collaboration diagram for MFDenseNVector:


Functions

MFNVector MFCreateNVector (int n, MFErrorHandler e)
 Creates an n-vector with zero coordinates values, stored in an array.
MFNVector MFCreateNVectorWithData (int n, double *c, MFErrorHandler e)
 Creates an n-vector with given coordinates values, stored in an array.

Function Documentation

MFNVector MFCreateNVector int  n,
MFErrorHandler  e
 

Creates an n-vector with zero coordinates values, stored in an array.

Parameters:
n The number of coordinates of the MFNVector.
e A place to return errors.
Returns:
A new MFNVector.

MFNVector MFCreateNVectorWithData int  n,
double *  c,
MFErrorHandler  e
 

Creates an n-vector with given coordinates values, stored in an array.

Parameters:
n The number of coordinates of the MFNVector.
c An array of the coordinates values. The array is copied, so changing c will not change the coordinates values.
e A place to return errors.
Returns:
A new MFNVector.


Generated on Tue Jan 30 13:40:25 2007 for multifario by  doxygen 1.4.6