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