Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex129.c19 extern PetscErrorCode ComputeRHSMatrix(PetscInt, PetscInt, Mat *);
64 PetscCall(ComputeRHSMatrix(m, nrhs, &RHS)); in main()
150 PetscErrorCode ComputeRHSMatrix(PetscInt m, PetscInt nrhs, Mat *C) in ComputeRHSMatrix() function