#include "cs_defs.h"
#include "cs_halo.h"
#include "cs_numbering.h"
#include "cs_matrix.h"
Go to the source code of this file.
|
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_vector (const cs_lnum_t n_rows, const cs_lnum_t stride, const cs_real_t x[], const char *name) |
|
void | cs_matrix_dump (const cs_matrix_t *matrix, 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) |
|
◆ cs_matrix_diag_dominance()
◆ cs_matrix_dump()
void cs_matrix_dump |
( |
const cs_matrix_t * |
matrix, |
|
|
const char * |
name |
|
) |
| |
◆ cs_matrix_dump_linear_system()
void cs_matrix_dump_linear_system |
( |
const cs_matrix_t * |
matrix, |
|
|
const cs_real_t |
rhs[], |
|
|
const char * |
name |
|
) |
| |
◆ cs_matrix_dump_test()
◆ cs_matrix_dump_vector()
◆ cs_matrix_log_info()
void cs_matrix_log_info |
( |
const cs_matrix_t * |
matrix, |
|
|
int |
verbosity |
|
) |
| |
Log general info relative to matrix.
- Parameters
-
[in] | matrix | pointer to matrix structure |
[in] | verbosity | verbosity level |