petsc-3.7.1 2016-05-15
Report Typos and Errors

MatIsHermitian

Test whether a matrix is Hermitian

Synopsis

#include "petscmat.h" 
PetscErrorCode MatIsHermitian(Mat A,PetscReal tol,PetscBool  *flg)
Collective on Mat Many br

Input Parameter

A - the matrix to test Many br
tol - difference between value and its transpose less than this amount counts as equal (use 0.0 for exact Hermitian) Many br

Output Parameters

flg -the result Many br

Many br

See Also

MatTranspose(), MatIsTranspose(), MatIsHermitian(), MatIsStructurallySymmetric(), MatSetOption(),
MatIsSymmetricKnown(), MatIsSymmetric() Many br

Level:intermediate
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages