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, Scalar alpha)
SelfadjointProduct.h 116 ::rankUpdate(const MatrixBase<DerivedU>& u, Scalar alpha)
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 102 * \sa rankUpdate(w,sigma)
199 LDLT& rankUpdate(const MatrixBase<Derived>& w,RealScalar alpha=1);
452 LDLT<MatrixType,_UpLo>& LDLT<MatrixType,_UpLo>::rankUpdate(const MatrixBase<Derived>& w,typename NumTraits<typename MatrixType::Scalar>::Real sigma)
LLT.h 174 LLT rankUpdate(const VectorType& vec, const RealScalar& sigma = 1);
317 if(rs>0) A22.template selfadjointView<Lower>().rankUpdate(A21,-1); // bottleneck
323 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
346 static typename MatrixType::Index rankUpdate(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
349 return llt_inplace<Scalar, Lower>::rankUpdate(matt, vec.conjugate(), sigma);
404 LLT<_MatrixType,_UpLo> LLT<_MatrixType,_UpLo>::rankUpdate(const VectorType& v, const RealScalar& sigma)
409 if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::rankUpdate(m_matrix,v,sigma)>=0)
  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 97 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, Scalar alpha = Scalar(1));
176 SparseSelfAdjointView<MatrixType,UpLo>::rankUpdate(const SparseMatrixBase<DerivedU>& u, Scalar alpha)

Completed in 74 milliseconds