ScaMaC  0.8.2
A Scalable Matrix Collection
Functions
scamac_sparsemat_diagnostics.h File Reference

Sparse matrix creation and manipulation. More...

#include <stdbool.h>
#include "scamac_error.h"
#include "scamac_sparsemat.h"

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...
 

Detailed Description

Sparse matrix creation and manipulation.

Author
Andreas Alvermann (University of Greifswald)
Date
October 2017 — today

Function Documentation

◆ scamac_sparsemat_check_symmetry()

ScamacErrorCode scamac_sparsemat_check_symmetry ( const ScamacMatrix *  sm,
bool *  symm_pattern,
bool *  symm_value 
)

query symmetry (hermiticity) of matrix

Precondition
assumes ordered, i.e., monotonically increasing column indices. This is true for matrices obtained from the ScaMaC generators with scamac_sparsemat_from_generator()
Parameters
[in]smsparse matrix to be checked
[out]symm_patternIs the sparsity pattern symmetric?
[out]symm_valueIs the matrix symmetric (for real sm) or Hermitian (for complex sm)?
Note
symm_pattern==false implies symm_value==false
Returns
Error code