1 boolean.h boolean class definition
2 controlw.h control word definition file
3 include.h details of include files and options
4 myexcept.h general exception handler definitions
5 newmat.h main matrix class definition file
6 newmatap.h applications definition file
7 newmatio.h input/output definition file
8 newmatnl.h non-linear optimisation definition file
9 newmatrc.h row/column functions definition files
10 newmatrm.h rectangular matrix access definition files
11 precisio.h numerical precision constants
12 solution.h one dimensional solve definition file
13 bandmat.cpp band matrix routines
14 cholesky.cpp Cholesky decomposition
15 evalue.cpp eigenvalues and eigenvector calculation
16 fft.cpp fast Fourier, trig. transforms
17 hholder.cpp QR routines
18 jacobi.cpp eigenvalues by the Jacobi method
19 myexcept.cpp general error and exception handler
20 newfft.cpp new fast Fourier transform
21 newmat1.cpp type manipulation routines
22 newmat2.cpp row and column manipulation functions
23 newmat3.cpp row and column access functions
24 newmat4.cpp constructors, resize, utilities
25 newmat5.cpp transpose, evaluate, matrix functions
26 newmat6.cpp operators, element access
27 newmat7.cpp invert, solve, binary operations
28 newmat8.cpp LU decomposition, scalar functions
29 newmat9.cpp output routines
30 newmatex.cpp matrix exception handler
31 newmatnl.cpp non-linear optimisation
32 newmatrm.cpp rectangular matrix access functions
33 sort.cpp sorting functions
34 solution.cpp one dimensional solve
35 submat.cpp submatrix functions
36 svd.cpp singular value decomposition