|
| | STK_Algebra_Util.h |
| | In this file we define and implement utilies class and method for the Algebra project.
|
| |
| | STK_CG.h |
| | In this file we define a template version of the conjugate gradient.
|
| |
| | STK_Cholesky.h |
| | In this file we implement the modified Cholesky decomposition.
|
| |
| | STK_Givens.h |
| | In this file we define Givens methods used by the Algebra classes.
|
| |
| | STK_GramSchmidt.h |
| | In this file we define the GramSchmidt method.
|
| |
| | STK_Householder.h |
| | In this file we define the Housholder methods used by the Algebra classes.
|
| |
| | STK_ILeastSquare.h |
| | In this file we define the interface class ILeastSquare.
|
| |
| | STK_InvertMatrix.h |
| | In this file we implement inversion method for general matrix.
|
| |
| | STK_IQr.h |
| | In this file we define the Interface class IQr (QR decomposition).
|
| |
| | STK_ISvd.h |
| | In this file we define the interface class ISvd.
|
| |
| | STK_ISymEigen.h |
| | In this file we define the ISymEigen class (for a symmetric matrix).
|
| |
| | STK_lapack_MultiLeastSquare.h |
| | In this file we define the class MultiLeastSQquare using lapack.
|
| |
| | STK_lapack_Qr.h |
| | In this file we define the enclosing class of the dgeqrf lapack routine.
|
| |
| | STK_lapack_Svd.h |
| | In this file we define the enclosing class of the dgeqrf lapack routine.
|
| |
| | STK_lapack_SymEigen.h |
| | In this file we define the enclosing class of the syevr lapck routine.
|
| |
| | STK_lapack_Util.h |
| | In this file we define and implement utilities classes and methods for the interface with lapack.
|
| |
| | STK_MultiLeastSquare.h |
| | In this file we define and implement the class MultiLeastSQquare.
|
| |
| | STK_Qr.h |
| | In thThis file wedefine and implement the Qr class.
|
| |
| | STK_Svd.h |
| | In this file we define the Svd Class.
|
| |
| | STK_SymEigen.h |
| | In this file we define the SymEigen class (for a symmetric matrix).
|
| |
| | STK_transpose.h |
| | In this file we define the transpose method.
|
| |
| | STK_WeightedSvd.h |
| | In this file we define the WeightedSvd class.
|
| |