blob: 18508120fa6cdf00d0c794188e1320f51a096054 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
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, 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
|