DFVecCopy
Copies a DF vector.
Synopsis
int DFVecCopy(DFVec x,DFVec y)
Input Parameter
x -the DF vector
Output Parameter
y -the DF vector copy
Notes
DFVecCopy() should be used for copying DFVecs instead of the usual VecCopy()
for standard vectors() if one wants to copy the extra DF data.
Keywords
discrete function, vector, copy
Location: src/dfvec/interface/dfvec.c
Discrete Function Index
Table of Contents