SyTen
syten::SVD::DenseSVD< Scalar > Struct Template Reference

Dense singular value decomposition, nonfunctional template base. More...

#include <dense_svd.h>

+ Inheritance diagram for syten::SVD::DenseSVD< Scalar >:
+ Collaboration diagram for syten::SVD::DenseSVD< Scalar >:

Additional Inherited Members

- Public Types inherited from syten::SVD::DenseSVDBase< Scalar >
typedef Scalar Scalar
 The scalar type to be used. More...
 
- Public Attributes inherited from syten::SVD::DenseSVDBase< Scalar >
DenseTensor< 1, typename ScalarBase< Scalar >::type > s
 A vector of the singular values, sorted in ascending order. More...
 
DenseTensor< 2, Scalarut
 This is a column-major matrix as returned from LAPACK, corresponding to \( U \) (so effectively it’s \( U^T \)). More...
 
DenseTensor< 2, Scalarvc
 This is a column-major matrix as returned from LAPACK, corresponding to \( V^\dagger \) (so effectively it’s \( V^\star \)) More...
 

Detailed Description

template<typename Scalar>
struct syten::SVD::DenseSVD< Scalar >

Dense singular value decomposition, nonfunctional template base.


The documentation for this struct was generated from the following file: