Dense singular value decomposition, nonfunctional templated inheritance base. More...
#include <dense_svd.h>
Inheritance diagram for syten::SVD::DenseSVDBase< Type >:
Collaboration diagram for syten::SVD::DenseSVDBase< Type >:Public Types | |
| typedef Type | Scalar |
| The scalar type to be used. More... | |
Public Attributes | |
| DenseTensor< 1, typename ScalarBase< Scalar >::type > | s |
| A vector of the singular values, sorted in ascending order. More... | |
| DenseTensor< 2, Scalar > | ut |
| This is a column-major matrix as returned from LAPACK, corresponding to \( U \) (so effectively it’s \( U^T
\)). More... | |
| DenseTensor< 2, Scalar > | vc |
| This is a column-major matrix as returned from LAPACK, corresponding to \( V^\dagger \) (so effectively it’s \(
V^\star \)) More... | |
Dense singular value decomposition, nonfunctional templated inheritance base.