Eigen::BDCSVD< _MatrixType > Member List

This is the complete list of members for Eigen::BDCSVD< _MatrixType >, including all inherited members.

_solve_impl(const RhsType &rhs, DstType &dst) constEigen::SVDBase< BDCSVD< _MatrixType > >
allocate(Index rows, Index cols, unsigned int computationOptions)Eigen::BDCSVD< _MatrixType >private
ArrayRef typedefEigen::BDCSVD< _MatrixType >
ArrayXi typedefEigen::BDCSVD< _MatrixType >
ArrayXr typedefEigen::BDCSVD< _MatrixType >
Base typedefEigen::BDCSVD< _MatrixType >private
BDCSVD()Eigen::BDCSVD< _MatrixType >inline
BDCSVD(Index rows, Index cols, unsigned int computationOptions=0)Eigen::BDCSVD< _MatrixType >inline
BDCSVD(const MatrixType &matrix, unsigned int computationOptions=0)Eigen::BDCSVD< _MatrixType >inline
check_template_parameters()Eigen::SVDBase< BDCSVD< _MatrixType > >inlineprotectedstatic
cols() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
ColsAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
compute(const MatrixType &matrix, unsigned int computationOptions)Eigen::BDCSVD< _MatrixType >
compute(const MatrixType &matrix)Eigen::BDCSVD< _MatrixType >inline
computeSingVals(const ArrayRef &col0, const ArrayRef &diag, const IndicesRef &perm, VectorType &singVals, ArrayRef shifts, ArrayRef mus)Eigen::BDCSVD< _MatrixType >private
computeSingVecs(const ArrayRef &zhat, const ArrayRef &diag, const IndicesRef &perm, const VectorType &singVals, const ArrayRef &shifts, const ArrayRef &mus, MatrixXr &U, MatrixXr &V)Eigen::BDCSVD< _MatrixType >private
computeSVDofM(Index firstCol, Index n, MatrixXr &U, VectorType &singVals, MatrixXr &V)Eigen::BDCSVD< _MatrixType >private
computeU() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
computeV() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
copyUV(const HouseholderU &householderU, const HouseholderV &householderV, const NaiveU &naiveU, const NaiveV &naivev)Eigen::BDCSVD< _MatrixType >private
deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shift)Eigen::BDCSVD< _MatrixType >private
deflation43(Index firstCol, Index shift, Index i, Index size)Eigen::BDCSVD< _MatrixType >private
deflation44(Index firstColu, Index firstColm, Index firstRowW, Index firstColW, Index i, Index j, Index size)Eigen::BDCSVD< _MatrixType >private
derived()Eigen::SVDBase< BDCSVD< _MatrixType > >inline
derived() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
DiagSizeAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
divide(Index firstCol, Index lastCol, Index firstRowW, Index firstColW, Index shift)Eigen::BDCSVD< _MatrixType >private
Index typedefEigen::SVDBase< BDCSVD< _MatrixType > >
IndicesRef typedefEigen::BDCSVD< _MatrixType >
Literal typedefEigen::BDCSVD< _MatrixType >
m_algoswapEigen::BDCSVD< _MatrixType >protected
m_colsEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_compUEigen::BDCSVD< _MatrixType >protected
m_computationOptionsEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_computedEigen::BDCSVD< _MatrixType >protected
m_computeFullUEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_computeFullVEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_computeThinUEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_computeThinVEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_compVEigen::BDCSVD< _MatrixType >protected
m_diagSizeEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_isAllocatedEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_isInitializedEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_isTransposeEigen::BDCSVD< _MatrixType >protected
m_matrixUEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_matrixVEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_naiveUEigen::BDCSVD< _MatrixType >protected
m_naiveVEigen::BDCSVD< _MatrixType >protected
m_nonzeroSingularValuesEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_nRecEigen::BDCSVD< _MatrixType >protected
m_numItersEigen::BDCSVD< _MatrixType >
m_prescribedThresholdEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_rowsEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_singularValuesEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_usePrescribedThresholdEigen::SVDBase< BDCSVD< _MatrixType > >protected
m_workspaceEigen::BDCSVD< _MatrixType >protected
m_workspaceIEigen::BDCSVD< _MatrixType >protected
MatrixOptions enum valueEigen::BDCSVD< _MatrixType >
MatrixType typedefEigen::BDCSVD< _MatrixType >
matrixU() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
MatrixUType typedefEigen::BDCSVD< _MatrixType >
matrixV() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
MatrixVType typedefEigen::BDCSVD< _MatrixType >
MatrixX typedefEigen::BDCSVD< _MatrixType >
MatrixXr typedefEigen::BDCSVD< _MatrixType >
MaxColsAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
MaxDiagSizeAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
MaxRowsAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
nonzeroSingularValues() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
perturbCol0(const ArrayRef &col0, const ArrayRef &diag, const IndicesRef &perm, const VectorType &singVals, const ArrayRef &shifts, const ArrayRef &mus, ArrayRef zhat)Eigen::BDCSVD< _MatrixType >private
rank() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
RealScalar typedefEigen::BDCSVD< _MatrixType >
rows() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
RowsAtCompileTime enum valueEigen::BDCSVD< _MatrixType >
Scalar typedefEigen::BDCSVD< _MatrixType >
secularEq(RealScalar x, const ArrayRef &col0, const ArrayRef &diag, const IndicesRef &perm, const ArrayRef &diagShifted, RealScalar shift)Eigen::BDCSVD< _MatrixType >privatestatic
setSwitchSize(int s)Eigen::BDCSVD< _MatrixType >inline
setThreshold(const RealScalar &threshold)Eigen::SVDBase< BDCSVD< _MatrixType > >inline
setThreshold(Default_t)Eigen::SVDBase< BDCSVD< _MatrixType > >inline
singularValues() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
SingularValuesType typedefEigen::BDCSVD< _MatrixType >
solve(const MatrixBase< Rhs > &b) constEigen::SVDBase< BDCSVD< _MatrixType > >inline
StorageIndex typedefEigen::SVDBase< BDCSVD< _MatrixType > >
structured_update(Block< MatrixXr, Dynamic, Dynamic > A, const MatrixXr &B, Index n1)Eigen::BDCSVD< _MatrixType >private
SVDBase()Eigen::SVDBase< BDCSVD< _MatrixType > >inlineprotected
threshold() constEigen::SVDBase< BDCSVD< _MatrixType > >inline
VectorType typedefEigen::BDCSVD< _MatrixType >
~BDCSVD()Eigen::BDCSVD< _MatrixType >inline


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:52:09