home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / math / cephes / eigen / eigasm.bat < prev    next >
Encoding:
DOS Batch File  |  1992-11-17  |  192 b   |  7 lines

  1. rem MSDOS batch file for eigenvector test program
  2. rem fti.lib contains drand() random number generator.
  3. cl /c blas.c
  4. cl /c eigens.c
  5. cl /c eigtst.c
  6. cl eigtst.c eigens.obj blas.obj \lib\fti.lib
  7.