Home
last modified time | relevance | path

Searched refs:MatNorm_SMF (Results 1 – 2 of 2) sorted by relevance

/petsc/src/tao/matrix/
H A Dsubmatfree.h31 PetscErrorCode MatNorm_SMF(Mat, NormType, PetscReal *);
H A Dsubmatfree.c60 PetscCall(MatShellSetOperation(*J, MATOP_NORM, (PetscErrorCodeFn *)MatNorm_SMF)); in MatCreateSubMatrixFree()
274 PetscErrorCode MatNorm_SMF(Mat mat, NormType type, PetscReal *norm) in MatNorm_SMF() function