Searched defs:TestMatrix (Results 1 – 3 of 3) sorted by relevance
5 PetscErrorCode TestMatrix(const char *test, Mat A, PetscInt nrhs, PetscBool inplace, PetscBool chol) in TestMatrix() function
50 static PetscErrorCode TestMatrix(Mat A, Vec X, Vec Y, Vec Z) in TestMatrix() function
295 class TestMatrix(unittest.TestCase): class