-
matrix_d_alloc - Allocation of a double matrix.
-
matrix3d_d_alloc - Allocation of a 3 dimensional double matrix.
-
matrix_d_alloc_copy - Copying and allocation of a double matrix.
-
matrix_d_free - Free the memory of a double matrix.
-
stat_matrix_d_alloc - Allocation of a static double matrix with a single malloc.
-
stat_matrix_d_free - Free the memory of a static double matrix.
-
stat_matrix_i_alloc - Allocation of a static int matrix with a single malloc.
-
stat_matrix_i_free - Free the memory of a static int matrix.
-
matrix_i_alloc - Allocation of a integer matrix.
-
matrix_i_free - Free the memory of a integer matrix.
-
matrix_d_print - Writes a double matrix (without parenthesis).
-
matrix_d_print_prec - Writes a double matrix (without parenthesis) with specifically many decimal places.
-
matrix_i_print - Writes an integer matrix (without parenthesis).
-
matrix_d_read - Reads in a double matrix.
-
matrix_i_read - Reads in an integer matrix.
-
matrix_d_notzero_columns - Determines the number of entries != 0 in a row of a matrix.
-
matrix_d_notzero_rows - Determines the number of entries != 0 in a column of a matrix.
-
matrix_d_normalize - Scales the rowvectors of a matrix, so that they have sum 1.
-
matrix_d_random_values - Gives the elements in a matrix uniformly distributed values between min and max.
-
matrix_d_random_const_values - Gives the elements in a matrix uniformly distributed values between min and max.
-
matrix_d_const_values - Gives all elements in a matrix a constant value.
-
matrix_d_left_right_strict - Gives all elements on the 1.
-
matrix_d_random_left_right - Gives the elements in a matrix with band width 3 random values.
-
matrix_d_const_preserve_struct - Gives all elements != 0 in a matrix a constant value.
-
matrix_d_random_preserve_struct - Gives all elements != 0 in a matrix uniformly distributed random values between 0 and 1.
-
matrix_d_gaussrows_values - Gives each row in a matrix values according to a certain Gauss density.
-
matrix_d_transpose - Transposes a matrix.
-
matrix_cholesky - Solves a linear equation system, Ax = b, for a symmetric, positiv definit matrix.
-
matrix_det_symposdef - Finds the determinant of a symmetric, positiv definit matrix.
-
matrix_d_copy - Copies a matrix.
-
matrix_d_check_stochasticity - Checks whether a quadratic double matrix is stochastic
Alphabetic index
This page was generated with the help of DOC++.