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

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