| lsp::bidiagonal_transform< T > | A functor for the transformation matrix into the bidiagonal form using Householder transformations |
| lsp::givens_rotation< T > | A functor for the Givens rotation transformation |
| lsp::householder_transform< T > | A functor for the Householder transformation |
| lsp::least_squares< M, V > | A functor for solving the Least Squares Problem |
| lsp::less_abs< T > | Comparsion of absoulte values |
| lsp::nnls< M, V > | A functor for solving Non-Negative Least Squares problem |
| lsp::null_type | Special null type with some predifined operations |
| lsp::qr_decomposition< T > | A functor for the modified QR decomposition |
| lsp::singular_decomposition< T > | A functor for the singular value decomposition (SVD) |
| lsp::vector_less< T, Less > | Comparsion functor for permutation vector |
| lsp::vector_less_nnls1< T, Less > | Special comparsion functor for NNLS |