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

Sparse matrix analysis through linear algebra algorithms. More...

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

Go to the source code of this file.

Functions

ScamacErrorCode scamac_matop_analyse_symmetry (const ScamacMatop *op, double *dev_symm)
 analyse symmetry (hermiticity) of matrix operator More...
 

Detailed Description

Sparse matrix analysis through linear algebra algorithms.

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

Function Documentation

◆ scamac_matop_analyse_symmetry()

ScamacErrorCode scamac_matop_analyse_symmetry ( const ScamacMatop *  op,
double *  dev_symm 
)

analyse symmetry (hermiticity) of matrix operator

Parameters
[in]smmatrix operator to be checked. Must be square operator.
[out]dev_symmDeviation from symmetry
Note
allocates two vectors of size
Returns
Error code