Main MRPT website > C++ reference
MRPT logo
Classes | Namespaces | Enumerations | Functions

JacobiSVD.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  internal
 

Applies the clock wise 2D rotation j to the set of 2D vectors of cordinates x and y: $ \left ( \begin{array}{cc} x \\ y \end{array} \right ) = J \left ( \begin{array}{cc} x \\ y \end{array} \right ) $


Enumerations

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

Functions

template<typename MatrixType , typename RealScalar , typename Index >
void internal::real_2x2_jacobi_svd (const MatrixType &matrix, Index p, Index q, JacobiRotation< RealScalar > *j_left, JacobiRotation< RealScalar > *j_right)



Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011