File List

Here is a list of all files with brief descriptions:
arrayoptimize.h [code]Algorithms for the minimization of functions of N variables
cblnsrch.cpp [code]Cubic line search algorithm for finding a minimum value of a function
detsymm.cpp [code]Used to calculate the determinant, the eigenvalues and eigenvectors of the symmetric matrix "amatA"
dlinmin.cpp [code]Minimizing functions of "N"-dimensional variables by using derivative information
Documentation [code]
eigen.cpp [code]Eigenvalues of arbitrary matrices
eigenerr.cpp [code]Used to calculate the relative error of one eigenvalue
eigensort.cpp [code]Used to sort eigenvalues and their corresponding eigenvectors
eigensymm.cpp [code]Used to calculate the eigenvalues and the eigenvectors of a symmetric matrix
eigensymmJacobi.cpp [code]Used to calculate the eigenvectors and eigenvalues of the symmetric matrix "amatA"
eigensymmJacobi2.cpp [code]Used to calculate the eigenvectors and eigenvalues of the symmetric matrix "amatA" using a modified Jacobi method
fft.cpp [code]Functions for performing a fast fourier transformation
fft.h [code]Functions for performing a fast fourier transformation
g_inverse.cpp [code]Determines the generalized inverse matrix of an input matrix by using singular value decomposition
invert.cpp [code]Determines the generalized inverse matrix of an input matrix by using singular value decomposition. Used as frontend for metod g_inverse when using type "Array" instead of "Array2D"
LinAlg.cpp [code]Some operations for matrices
LinAlg.h [code]Some operations for matrices
linmin.cpp [code]Used to minimize functions of "N"-dimensional variables
lnsrch.cpp [code]Line search algorithm for finding a minimum value of a function
rank.cpp [code]Used to determine the rank of the symmetric matrix amatA
rankDecomp.cpp [code]Used to calculate the rank, the eigenvalues and eigenvectors of the symmetric matrix "amatA"
svd.cpp [code]Used for singular value decomposition of rectangular and square matrices
svdrank.cpp [code]Determines the numerical rank of a rectangular matrix, when a singular value decomposition for this matrix has taken place before
svdsort.cpp [code]Used for sorting singular values and the orthogonal matrices U and V after a singular value decomposition of an input matrix A
VecMat.cpp [code]Object oriented encapsulation of vectors and matrices
VecMat.h [code]Object oriented encapsulation of vectors and matrices