Searched refs:TestMatZeroRows_with_no_allocation (Results 1 – 1 of 1) sorted by relevance
7 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