|
file | cholesky.cpp [code] |
| Implementation of Cholesky factorisation functions.
|
|
file | cholesky.h [code] |
| Definitions of Cholesky factorisation functions.
|
|
file | det.cpp [code] |
| Implementation of determinant calculations.
|
|
file | det.h [code] |
| Definitions of determinant calculations.
|
|
file | eigen.cpp [code] |
| Eigenvalue decomposition functions.
|
|
file | eigen.h [code] |
| Definitions of eigenvalue decomposition functions.
|
|
file | inv.cpp [code] |
| Implementation of matrix inversion routines.
|
|
file | inv.h [code] |
| Definitions of matrix inversion routines.
|
|
file | ls_solve.cpp [code] |
| Implementation of functions for solving linear equation systems.
|
|
file | ls_solve.h [code] |
| Definitions of functions for solving linear equation systems.
|
|
file | lu.cpp [code] |
| Implementation of LU factorisation functions.
|
|
file | lu.h [code] |
| Definitions of LU factorisation functions.
|
|
file | qr.cpp [code] |
| Implementation of QR factorisation functions.
|
|
file | qr.h [code] |
| Definitions of QR factorisation functions.
|
|
file | schur.cpp [code] |
| Schur decomposition functions.
|
|
file | schur.h [code] |
| Definitions of Schur decomposition functions.
|
|
file | svd.cpp [code] |
| Implementation of Singular Value Decompositions.
|
|
file | svd.h [code] |
| Definitions of Singular Value Decompositions.
|
|