Home
last modified time | relevance | path

Searched defs:RARt (Results 1 – 6 of 6) sorted by relevance

/petsc/src/mat/tests/
H A Dex186.c7 Mat A, P, PtAP, RARt, ABC, Pt; in main() local
H A Dex70.c140 PetscErrorCode MyRShellRtMultSymbolic(Mat S, Mat R, Mat RARt, void **ctx) in MyRShellRtMultSymbolic()
151 PetscErrorCode MyRShellRtMultNumeric(Mat S, Mat R, Mat RARt, PetscCtx ctx) in MyRShellRtMultNumeric()
204 Mat X, B, A, Bt, T, T2, PtAP = NULL, RARt = NULL, R = NULL; in main() local
H A Dex62.c273 Mat RARt; in main() local
H A Dex94.c353 Mat R, RARt, Rdense, RARtdense; in main() local
/petsc/src/mat/impls/aij/seq/
H A Dmatrart.c223 Mat Rt, RARt; in MatRARtNumeric_SeqAIJ_SeqAIJ_colorrart() local
H A Daij.h104 Mat RARt; /* dense matrix of R*A*R^T */ member