Home
last modified time | relevance | path

Searched refs:MatNormalHermitianGetMat (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/impls/normal/
H A Dnormmh.c194 PetscErrorCode MatNormalHermitianGetMat(Mat A, Mat *M) in MatNormalHermitianGetMat() function
/petsc/src/mat/impls/aij/seq/spqr/
H A Daijspqr.c28 PetscCall(MatNormalHermitianGetMat(A, &AT)); in MatWrapCholmod_SPQR_seqaij()
/petsc/doc/changes/
H A D316.md122 - Add `MatNormalHermitianGetMat()` to retrieve the underlying `Mat` of a `MATNORMALHERMITIAN`
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2637 PetscCall(MatNormalHermitianGetMat(D, mat)); in PCSetUp_HPDDM()
2638 PetscCall(MatNormalHermitianGetMat(C, mat + 1)); in PCSetUp_HPDDM()
/petsc/include/
H A Dpetscmat.h517 PETSC_EXTERN PetscErrorCode MatNormalHermitianGetMat(Mat, Mat *);