| 
    My Project
    
   programmer's documentation 
   | 
 

Go to the source code of this file.
Functions | |
| void | cs_matrix_diag_dominance (const cs_matrix_t *matrix, cs_real_t dd[]) | 
| void | cs_matrix_dump_linear_system (const cs_matrix_t *matrix, const cs_real_t rhs[], const char *name) | 
| void | cs_matrix_log_info (const cs_matrix_t *matrix, int verbosity) | 
| Log general info relative to matrix.  More... | |
| void | cs_matrix_dump_test (cs_lnum_t n_rows, cs_lnum_t n_cols_ext, cs_lnum_t n_edges, const cs_lnum_2_t *edges, const cs_halo_t *halo, const cs_numbering_t *numbering) | 
| void cs_matrix_diag_dominance | ( | const cs_matrix_t * | matrix, | 
| cs_real_t | dd[] | ||
| ) | 
| void cs_matrix_dump_linear_system | ( | const cs_matrix_t * | matrix, | 
| const cs_real_t | rhs[], | ||
| const char * | name | ||
| ) | 
| void cs_matrix_dump_test | ( | cs_lnum_t | n_rows, | 
| cs_lnum_t | n_cols_ext, | ||
| cs_lnum_t | n_edges, | ||
| const cs_lnum_2_t * | edges, | ||
| const cs_halo_t * | halo, | ||
| const cs_numbering_t * | numbering | ||
| ) | 
| void cs_matrix_log_info | ( | const cs_matrix_t * | matrix, | 
| int | verbosity | ||
| ) | 
Log general info relative to matrix.
| [in] | matrix | pointer to matrix structure | 
| [in] | verbosity | verbosity level | 
 1.8.16