HomeSort by relevance Sort by last modified time
    Searched defs:rankUpdate (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/products/
SelfadjointRank2Update.h 61 ::rankUpdate(const MatrixBase<DerivedU>& u, const MatrixBase<DerivedV>& v, const Scalar& alpha)
SelfadjointProduct.h 114 ::rankUpdate(const MatrixBase<DerivedU>& u, const Scalar& alpha)
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 121 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1));
200 SparseSelfAdjointView<MatrixType,UpLo>::rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha)
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 112 * \sa rankUpdate(w,sigma)
209 LDLT& rankUpdate(const MatrixBase<Derived>& w, const RealScalar& alpha=1);
467 LDLT<MatrixType,_UpLo>& LDLT<MatrixType,_UpLo>::rankUpdate(const MatrixBase<Derived>& w, const typename NumTraits<typename MatrixType::Scalar>::Real& sigma)
LLT.h 174 LLT rankUpdate(const VectorType& vec, const RealScalar& sigma = 1);
325 if(rs>0) A22.template selfadjointView<Lower>().rankUpdate(A21,-1); // bottleneck
331 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
354 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
357 return llt_inplace<Scalar, Lower>::rankUpdate(matt, vec.conjugate(), sigma);
414 LLT<_MatrixType,_UpLo> LLT<_MatrixType,_UpLo>::rankUpdate(const VectorType& v, const RealScalar& sigma)
419 if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::rankUpdate(m_matrix,v,sigma)>=0)

Completed in 82 milliseconds