IMSL (ido or don't ?)

Ranjan S Muttiah muttiah at fescue.ecn.purdue.edu
Wed Feb 13 09:57:23 AEST 1991


main()
{
for(j=0;j < N;j++)
	hammertime();
}

hammertime()
{
float X[3][25]; ...

ido = 0; ncol=3;
nef=1; nvef[0] = 2; indef[0] = 2; indef[1] = 3;
inddep[0] = 1;

rglm_(.....);	/* imsl call */

}

Note: I am calling IMSL from within C.

------------
I get an error about indef[2] = 3 being greater than ncol=2 (at runtime).  
Unbelievable! I just assigned ncol=3.  When ido = 1, it works but wrong
regression coefficients.



More information about the Comp.lang.c mailing list