lis_vector_duplicate.3f - Man Page

duplicate the vector

Synopsis

subroutine lis_vector_duplicate(void *vin, LIS_VECTOR *vout, LIS_INTEGER ierr);

Description

Create vector vout which has the same information as vin.

Input

vin

The source vector

Output

vout

The destination vector

Note

The function lis_vector_duplicate does not copy the values, but allocates only the memory. To copy the values as well, the function lis_vector_copy must be called after this function.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions