/* dposl.c --- solve symmetric positive definite matrix. * call dpofa or dpoco prior to calling dposl. */ void dposl(double **a,int n,double *b) { double t; int i,k,kb; /* * solve trans(r)*y = b */ for (k=0;k