List of files

next - skip - up - start

 README          readme file
 NEWMATA  TXT    documentation file
 NEWMATB  TXT    notes on the package design
 KBRIGGS  TXT    Keith Briggs' list of matrix libraries

 BOOLEAN  H      boolean class definition
 CONTROLW H      control word definition file
 INCLUDE  H      details of include files and options
 MYEXCEPT H      general exception handler definitions
 NEWMAT   H      main matrix class definition file
 NEWMATAP H      applications definition file
 NEWMATIO H      input/output definition file
 NEWMATNL H      non-linear optimisation definition file
 NEWMATRC H      row/column functions definition files
 NEWMATRM H      rectangular matrix access definition files
 PRECISIO H      numerical precision constants
 SOLUTION H      one dimensional solve definition file

 BANDMAT  CPP    band matrix routines
 CHOLESKY CPP    Cholesky decomposition
 EVALUE   CPP    eigenvalues and eigenvector calculation
 FFT      CPP    fast Fourier transform
 HHOLDER  CPP    QR routines
 JACOBI   CPP    eigenvalues by the Jacobi method
 MYEXCEPT CPP    general error and exception handler
 NEWMAT1  CPP    type manipulation routines
 NEWMAT2  CPP    row and column manipulation functions
 NEWMAT3  CPP    row and column access functions
 NEWMAT4  CPP    constructors, redimension, utilities
 NEWMAT5  CPP    transpose, evaluate, matrix functions
 NEWMAT6  CPP    operators, element access
 NEWMAT7  CPP    invert, solve, binary operations
 NEWMAT8  CPP    LU decomposition, scalar functions
 NEWMAT9  CPP    output routines
 NEWMATEX CPP    matrix exception handler
 NEWMATNL CPP    non-linear optimisation
 NEWMATRM CPP    rectangular matrix access functions
 SORT     CPP    sorting functions
 SOLUTION CPP    one dimensional solve
 SUBMAT   CPP    submatrix functions
 SVD      CPP    singular value decomposition

 EXAMPLE  CPP    example of use of package
 EXAMPLE  TXT    output from example

 GNU      MAK    general make file for Gnu G++
 CC       MAK    general make file for AT&T, Sun and HPUX
 MS_NT    MAK    general make file for Microsoft C 8.0 (windows NT)
 WATCOM   MAK    general make file for Watcom 10
 WATCO_NT MAK    general make file for Watcom 10 (windows NT)
 EX_B     MAK    make file for example for Borland C 3.1
 EX_BC45  MAK    make file for example for Borland C 4.5 (windows NT)
 TMT_B    MAK    make file for test for Borland C 3.1
 TMT_BC45 MAK    make file for test for Borland C 4.5 (windows NT)
 TMT_Z    MAK    make file for test for Zortech

 SL_EX    CPP    example of OneDimSolve routine
 SL_EX    TXT    output from example
 NL_EX    CPP    example of non-linear least squares
 NL_EX    TXT    output from example

See the section on testing for details of test files.