#include "petscmat.h" PetscErrorCode MatIsSymmetricKnown(Mat A,PetscBool *set,PetscBool *flg)Not Collective
set | - if the symmetric flag is set (this tells you if the next flag is valid) | |
flg | - the result |
Note: Does not check the matrix values directly, so this may return unknown (set = PETSC_FALSE). Use MatIsSymmetric() if you want it explicitly checked
Level:advanced
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages