Home
last modified time | relevance | path

Searched defs:_A (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/aij/seq/matlab/
H A Daijmatlab.c101 const char *_A, *_b, *_x; in MatSolve_Matlab() local
122 char *_A, *name; in MatLUFactorNumeric_Matlab() local
177 const char *_A; in MatDestroy_matlab() local
/petsc/src/ksp/ksp/tests/
H A Dex11.c74 PetscErrorCode LoadTestMatrices(Mat *_A, Vec *_x, Vec *_b, IS *_isu, IS *_isp) in LoadTestMatrices()