svd.h

Header file for SVD, LUD, and support functions

o setMinSV
Sets the minimum singular value that should considered OK
o doSVD
Solves the system Ax = b using SVD
o pseudoInverse
Stores the pseudoinverse of 'A' in 'inv'.
o findNullspace
Stores the basis vectors of the Nullspace of A into NS, resizing NS as necessary
o doLUD
Solves the system Ax = b using an LU decomposition
o freeSVDList
Frees matrices used during multiple calls to doSVD, which tries to recycle matrices to reduce memory fragmentation
o freeLUDList
Frees matrices used during multiple calls to doLUD, which tries to recycle matrices to reduce memory fragmentation
Header file for SVD, LUD, and support functions

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.