List of files

next - skip - up - start

Documentation

 README          readme file
 NEWMAT   TXT    documentation file

Definition files

 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

Program files

 BANDMAT  CPP    band matrix routines
 CHOLESKY CPP    Cholesky decomposition
 EVALUE   CPP    eigenvalues and eigenvector calculation
 FFT      CPP    fast Fourier, trig. transforms
 HHOLDER  CPP    QR routines
 JACOBI   CPP    eigenvalues by the Jacobi method
 MYEXCEPT CPP    general error and exception handler
 NEWFFT   CPP    new fast Fourier transform
 NEWMAT1  CPP    type manipulation routines
 NEWMAT2  CPP    row and column manipulation functions
 NEWMAT3  CPP    row and column access functions
 NEWMAT4  CPP    constructors, resize, 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 files

 EXAMPLE  CPP    example of use of package
 EXAMPLE  TXT    output from example
 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
 GARCH    CPP    example of maximum-likelihood fit
 GARCH    DAT    data file for garch.cpp
 GARCH    TXT    output from example
 TEST_EXC CPP    demonstration exceptions
 TEST_EXC TXT    output from TEST_EXC.CPP

Test files

 TMT*     CPP    test files
 TMT      TXT    output from the test files
See the section on testing for details of the test files.

Make files

 GNU      MAK    make file for Gnu G++
 CC       MAK    make file for AT&T, Sun and HPUX
 MS_NT    MAK    make file for Microsoft Visual C++ 2 (windows NT)
 MS       MAK    make file for Microsoft Visual C++ 1.51 (DOS)
 BC       MAK    make file for Borland C++ 4.5,5 (large model)
 BC32     MAK    make file for Borland C++ 4.5,5 (32 bit console model)
 WATCOM   MAK    make file for Watcom 10
 WATCO_NT MAK    make file for Watcom 10 (windows NT)

next - skip - up - start