Vektor-Funktionen


o vector_normalize
Scales the sum of elements in a vector to one.
o vector_const_values
Gives all elements in a vector a constant value
o vector_const_preserve_struct
Gives all elements, not equal zero, in a vector a constant value
o vector_random_values
Gives all elements in a vector random values between 0 and 1
o vector_random_preserve_struct
Gives all elements, not equal zero, in a vector random values between 0 and 1
o vector_d_print
Writes a double vector (without parenthesis)
o vector_d_print_prec
Writes a double vector (without parenthesis) with given number of decimal places
o vector_i_print
Writes an integer vector (without parenthesis)
o vector_mat_times_vec
Calculates Ax, where A is a double matrix and x a double vector

Alphabetic index



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