Home
last modified time | relevance | path

Searched refs:MatShellSetManageScalingShifts_Immutable (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/impls/normal/
H A Dnormmh.c332 …on((PetscObject)*N, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreateNormalHermitian()
H A Dnormm.c443 …on((PetscObject)*N, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreateNormal()
/petsc/src/mat/impls/mffd/
H A Dmffd.c626 …ion((PetscObject)A, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreate_MFFD()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c662 …on((PetscObject)*N, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreateHermitianTranspose()
H A Dtransm.c665 …on((PetscObject)*N, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreateTranspose()
/petsc/src/mat/impls/composite/
H A Dmcomposite.c909 …ion((PetscObject)A, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreate_Composite()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx1180 …ion((PetscObject)A, "MatShellSetManageScalingShifts_C", MatShellSetManageScalingShifts_Immutable)); in MatCreate_Htool()
/petsc/include/petsc/private/
H A Dmatimpl.h242 PETSC_INTERN PetscErrorCode MatShellSetManageScalingShifts_Immutable(Mat);
/petsc/src/mat/impls/shell/
H A Dshell.c1551 PetscErrorCode MatShellSetManageScalingShifts_Immutable(Mat mat) in MatShellSetManageScalingShifts_Immutable() function