NAME
ow_copy_vector - Copies a vector to an existing vector
SYNOPSIS
#include "m/m_vec_basic.h"
Example compile flags (system dependent):
-DLINUX_386 -DLINUX_386_P4
-I/home/kobus/include
-L/home/kobus/load/linux_386_p4 -L/usr/local/lib -L/usr/lib
-lKJB -llapack -lblas -lg2c -lXext -lX11
int ow_copy_vector
(
Vector *target_vp,
int offset,
const Vector *source_vp
);
DESCRIPTION
This routine copies the vector pointed to by source_vp to the vector pointer
to by target_vp, offset by "offset".
RETURNS
NO_ERROR on success and ERROR on failure. This routine can only fail if
the vector to be copied is too long, and this is treated as a bug.
DISCLAIMER
This software is not adequatedly tested. It is recomended that
results are checked independantly where appropriate.
AUTHOR
Kobus Barnard
DOCUMENTOR
Kobus Barnard
SEE ALSO
split_v4
,
split_vector_vector
,
split_vector
,
copy_v4
,
copy_v3
,
copy_indexed_vector
,
create_vector_copy
,
select_from_vector_vector
,
copy_vector_vector
,
copy_vector_segment
,
copy_vector