/* GRASP: Copyright 1997,1998 Bruce Allen */ #include void printvec(char *title,float *f, int n) { int i; printf("%s\n",title); for(i=0; i