Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmresimpl.h16 #define RS(a) (pgmres->rs_origin + (a)) /* RS will be length (max_k+2) - rt side */ macro
/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmresimpl.h31 #define RS(a) (fgmres->rs_origin + (a)) /* RS will be length (max_k+2) - rt side */ macro
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmresimpl.h32 #define RS(a) (pipefgmres->rs_origin + (a)) /* RS will be length (max_k+2) - rt side */ macro