Searched defs:SS (Results 1 – 7 of 7) sorted by relevance
81 #define SS(a) (gmres->ss_origin + (a)) macro
15 #define SS(a) (pgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
30 #define SS(a) (fgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
31 #define SS(a) (pipefgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
56 #define SS(a) (dgmres->ss_origin + (a)) macro
42 #define SS(a) (lgmres->ss_origin + (a)) /* SS will be length (max_k+1) - sines */ macro
7 Vec *VV, *SS; member