void sequence_d_copy_all

(sequence_d_t* target, long t_num,
  sequence_d_t* source, long s_num)

Copies all entries from one sequence in a source array to a target array.

Documentation

Copies all entries from one sequence in a source array to a target array. No memory allocation here.
Parameters:
target - double sequence target
source - double sequence source
t_num - position in target array
s_num - position in source array

Alphabetic index



This page was generated with the help of DOC++.