latest version v1.9 - last update 10 Apr 2010 |
This group contains all classes and functors that use functions from the Linear Algebra Package (LAPack) library. More...
Classes | |
class | lti::fastEigenSystem< T > |
A fast LAPACK-based method for computation of (some) eigenvector and eigenvalues. More... | |
class | lti::fastGeneralizedEigenSystem< T > |
Computes all the eigenvalues, and optionally, the eigenvectors of a real generalized symmetric-definite eigenproblem, of the form A*x=(lambda)*B*x, A*Bx=(lambda)*x, or B*A*x=(lambda)*x. More... | |
class | lti::fastSVD< T > |
A fast LAPACK-based method for computation of the singular value decomposition SVD. More... | |
class | lti::generalEigenVectors< T > |
Generic eigenvalues and eigenvectors computations. More... | |
class | lti::lapackInterface |
Interface object for LAPACK functions. More... | |
class | lti::linearDiscriminantAnalysis< T > |
Functor for computing a linear discriminant analysis (LDA). More... | |
class | lti::serialLDA< T > |
Functor for iteratively computing a linear discriminant analysis. More... |
This group contains all classes and functors that use functions from the Linear Algebra Package (LAPack) library.
See lti::lapackInterface for more information.