Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex12.c7 extern PetscErrorCode TestMatZeroRows_with_no_allocation(Mat, IS, PetscScalar);
63 PetscCall(TestMatZeroRows_with_no_allocation(A, is, 0.0)); in main()
64 PetscCall(TestMatZeroRows_with_no_allocation(A, is, diag)); in main()
129 PetscErrorCode TestMatZeroRows_with_no_allocation(Mat A, IS is, PetscScalar diag) in TestMatZeroRows_with_no_allocation() function