home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / GJ.H < prev    next >
Encoding:
Text File  |  1988-02-01  |  147 b   |  5 lines

  1.  
  2. void GaussJordan( float *coefary,float *constary,
  3.                   int numcol,float *solcoef, float *invary,
  4.                   float *det);
  5.