ScaMaC
0.8.2
A Scalable Matrix Collection
|
Sparse matrix creation and manipulation. More...
Go to the source code of this file.
Functions | |
ScamacErrorCode | scamac_sparsemat_check_symmetry (const ScamacMatrix *sm, bool *symm_pattern, bool *symm_value) |
query symmetry (hermiticity) of matrix More... | |
Sparse matrix creation and manipulation.
ScamacErrorCode scamac_sparsemat_check_symmetry | ( | const ScamacMatrix * | sm, |
bool * | symm_pattern, | ||
bool * | symm_value | ||
) |
query symmetry (hermiticity) of matrix
[in] | sm | sparse matrix to be checked |
[out] | symm_pattern | Is the sparsity pattern symmetric? |
[out] | symm_value | Is the matrix symmetric (for real sm) or Hermitian (for complex sm)? |