MOAB  4.9.3pre
JacobiSVD.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::svd_precondition_2x2_block_to_be_real< MatrixType, QRPreconditioner, IsComplex >
struct  Eigen::internal::qr_preconditioner_should_do_anything< MatrixType, QRPreconditioner, Case >
struct  Eigen::internal::qr_preconditioner_impl< MatrixType, QRPreconditioner, Case, DoAnything >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, QRPreconditioner, Case, false >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, FullPivHouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, ColPivHouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, ColPivHouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreRowsThanCols, true >
class  Eigen::internal::qr_preconditioner_impl< MatrixType, HouseholderQRPreconditioner, PreconditionIfMoreColsThanRows, true >
struct  Eigen::internal::svd_precondition_2x2_block_to_be_real< MatrixType, QRPreconditioner, false >
struct  Eigen::internal::svd_precondition_2x2_block_to_be_real< MatrixType, QRPreconditioner, true >
struct  Eigen::internal::traits< JacobiSVD< _MatrixType, QRPreconditioner > >
class  Eigen::JacobiSVD< _MatrixType, QRPreconditioner >
 Two-sided Jacobi SVD decomposition of a rectangular matrix. More...

Namespaces

namespace  Eigen
namespace  Eigen::internal

Enumerations

enum  { Eigen::internal::PreconditionIfMoreColsThanRows, Eigen::internal::PreconditionIfMoreRowsThanCols }

Functions

template<typename MatrixType , typename RealScalar , typename Index >
void Eigen::internal::real_2x2_jacobi_svd (const MatrixType &matrix, Index p, Index q, JacobiRotation< RealScalar > *j_left, JacobiRotation< RealScalar > *j_right)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines