home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 344_01 / mtxsolv.h < prev    next >
Text File  |  1991-05-29  |  276b  |  8 lines

  1. /*-----------------------------------------------------------------------
  2.    Main File : mtx.exe
  3.    File Name : mtxsolv.h
  4.  
  5.    Purpose - Public operations on a matrix
  6. -------------------------------------------------------------------------*/
  7. void solve_matrix(void);
  8.