Home
last modified time | relevance | path

Searched defs:TestMatrix (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/tests/
H A Dex267.c5 PetscErrorCode TestMatrix(const char *test, Mat A, PetscInt nrhs, PetscBool inplace, PetscBool chol) in TestMatrix() function
H A Dex88.c50 static PetscErrorCode TestMatrix(Mat A, Vec X, Vec Y, Vec Z) in TestMatrix() function
/petsc/src/binding/petsc4py/test/
H A Dtest_mat_py.py295 class TestMatrix(unittest.TestCase): class