Go to the source code of this file.
Definition at line 27 of file asolve.h.
References sa.
Referenced by linbcg().
00028 { 00029 int i; 00030 00031 for(i=1;i<=n;i++) x[i]=(sa[i] != 0.0 ? b[i]/sa[i] : b[i]); 00032 }