_check_compute_assertions() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inlineprotected |
_check_solve_assertion(const Rhs &b) const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inlineprotected |
addTo(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
adjoint() const | Eigen::SolverBase< Derived > | inline |
AdjointReturnType typedef | Eigen::SolverBase< Derived > | |
allocate(Index rows, Index cols, unsigned int computationOptions) | Eigen::JacobiSVD< MatrixType_, Options_ > | private |
applyThisOnTheLeft(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
applyThisOnTheRight(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
Base typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | private |
CoeffReturnType typedef | Eigen::SolverBase< Derived > | |
cols() const EIGEN_NOEXCEPT | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
SVDBase< JacobiSVD< MatrixType_, Options_ > >::cols() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
ColsAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
compute(const MatrixType &matrix) | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
compute(const MatrixType &matrix, unsigned int computationOptions) | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
compute_impl(const MatrixType &matrix, unsigned int computationOptions) | Eigen::JacobiSVD< MatrixType_, Options_ > | private |
computeU() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
computeV() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
const_cast_derived() const | Eigen::EigenBase< Derived > | inline |
const_derived() const | Eigen::EigenBase< Derived > | inline |
ConstTransposeReturnType typedef | Eigen::SolverBase< Derived > | |
derived() | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
derived() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
DiagSizeAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
EIGEN_STATIC_ASSERT(!(ShouldComputeThinU &&int(QRPreconditioner)==int(FullPivHouseholderQRPreconditioner)) &&!(ShouldComputeThinU &&int(QRPreconditioner)==int(FullPivHouseholderQRPreconditioner)), "JacobiSVD: can't compute thin U or thin V with the FullPivHouseholderQR preconditioner. " "Use the ColPivHouseholderQR preconditioner instead.") template< typename MatrixType__ | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
evalTo(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
Index typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
info() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
IsVectorAtCompileTime enum value | Eigen::SolverBase< Derived > | |
JacobiSVD() | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
JacobiSVD(Index rows, Index cols) | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
JacobiSVD(Index rows, Index cols, unsigned int computationOptions) | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
JacobiSVD(const MatrixType &matrix) | Eigen::JacobiSVD< MatrixType_, Options_ > | inlineexplicit |
JacobiSVD(const MatrixType &matrix, unsigned int computationOptions) | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
m_cols | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_computationOptions | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_computeFullU | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_computeFullV | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_computeThinU | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_computeThinV | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_diagSize | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_info | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_isAllocated | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_isInitialized | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_matrixU | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_matrixV | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_nonzeroSingularValues | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_prescribedThreshold | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_qr_precond_morecols | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
m_qr_precond_morerows | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
m_rows | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_scaledMatrix | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
m_singularValues | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_usePrescribedThreshold | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | protected |
m_workMatrix | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
MatrixOptions enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
MatrixType typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
matrixU() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
MatrixUColsAtCompileTime enum value | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | |
MatrixUMaxColsAtCompileTime enum value | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | |
MatrixUType typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
matrixV() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
MatrixVColsAtCompileTime enum value | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | |
MatrixVMaxColsAtCompileTime enum value | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | |
MatrixVType typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
MaxColsAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
MaxDiagSizeAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
MaxRowsAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
MaxSizeAtCompileTime enum value | Eigen::SolverBase< Derived > | |
nonzeroSingularValues() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
NumDimensions enum value | Eigen::SolverBase< Derived > | |
Options enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
Options__ | Eigen::JacobiSVD< MatrixType_, Options_ > | protected |
QRPreconditioner enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
rank() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
RealScalar typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
rows() const EIGEN_NOEXCEPT | Eigen::JacobiSVD< MatrixType_, Options_ > | inline |
SVDBase< JacobiSVD< MatrixType_, Options_ > >::rows() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
RowsAtCompileTime enum value | Eigen::JacobiSVD< MatrixType_, Options_ > | |
Scalar typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
setThreshold(const RealScalar &threshold) | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
setThreshold(Default_t) | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
ShouldComputeFullU | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | static |
ShouldComputeFullV | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | static |
ShouldComputeThinU | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | static |
ShouldComputeThinV | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | static |
singularValues() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
SingularValuesType typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
size() const EIGEN_NOEXCEPT | Eigen::EigenBase< Derived > | inline |
SizeAtCompileTime enum value | Eigen::SolverBase< Derived > | |
solve(const MatrixBase< Rhs > &b) const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
SolverBase() | Eigen::SolverBase< Derived > | inline |
StorageIndex typedef | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | |
StorageKind typedef | Eigen::EigenBase< Derived > | |
subTo(Dest &dst) const | Eigen::EigenBase< Derived > | inline |
SVDBase() | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inlineprotected |
threshold() const | Eigen::SVDBase< JacobiSVD< MatrixType_, Options_ > > | inline |
transpose() const | Eigen::SolverBase< Derived > | inline |
WorkMatrixType typedef | Eigen::JacobiSVD< MatrixType_, Options_ > | |
~SolverBase() | Eigen::SolverBase< Derived > | inline |