Go to the source code of this file.
Classes | |
class | JacobiSVD< _MatrixType, QRPreconditioner > |
Two-sided Jacobi SVD decomposition of a rectangular matrix. More... | |
Namespaces | |
namespace | Eigen |
Namespace containing all symbols from the Eigen library. | |
namespace | Eigen::internal |
Enumerations | |
enum | { PreconditionIfMoreColsThanRows, PreconditionIfMoreRowsThanCols } |
Functions | |
template<typename MatrixType , typename RealScalar , typename Index > | |
void | real_2x2_jacobi_svd (const MatrixType &matrix, Index p, Index q, JacobiRotation< RealScalar > *j_left, JacobiRotation< RealScalar > *j_right) |