Searched defs:rankUpdate (Results 1 - 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointProduct.h114 ::rankUpdate(const MatrixBase<DerivedU>& u, const Scalar& alpha) function in class:Eigen::SelfAdjointView
H A DSelfadjointRank2Update.h61 ::rankUpdate(const MatrixBase<DerivedU>& u, const MatrixBase<DerivedV>& v, const Scalar& alpha) function in class:Eigen::SelfAdjointView
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h112 * \sa rankUpdate(w,sigma)
209 LDLT& rankUpdate(const MatrixBase<Derived>& w, const RealScalar& alpha=1);
459 LDLT<MatrixType,_UpLo>& LDLT<MatrixType,_UpLo>::rankUpdate(const MatrixBase<Derived>& w, const typename NumTraits<typename MatrixType::Scalar>::Real& sigma) function in class:Eigen::LDLT
H A DLLT.h174 LLT rankUpdate(const VectorType& vec, const RealScalar& sigma = 1);
319 if(rs>0) A22.template selfadjointView<Lower>().rankUpdate(A21,-1); // bottleneck
325 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma) function in struct:Eigen::internal::llt_inplace
348 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma) function in struct:Eigen::internal::llt_inplace
351 return llt_inplace<Scalar, Lower>::rankUpdate(matt, vec.conjugate(), sigma);
406 LLT<_MatrixType,_UpLo> LLT<_MatrixType,_UpLo>::rankUpdate(const VectorType& v, const RealScalar& sigma) function in class:Eigen::LLT
411 if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::rankUpdate(m_matrix,v,sigma)>=0)
/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h121 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1));
200 SparseSelfAdjointView<MatrixType,UpLo>::rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha) function in class:Eigen::SparseSelfAdjointView

Completed in 6284 milliseconds