OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
124
::
rankUpdate
(const MatrixBase<DerivedU>& u, const Scalar& alpha)
/external/eigen/Eigen/src/Cholesky/
LDLT.h
133
* \sa
rankUpdate
(w,sigma)
224
LDLT&
rankUpdate
(const MatrixBase<Derived>& w, const RealScalar& alpha=1);
530
LDLT<MatrixType,_UpLo>& LDLT<MatrixType,_UpLo>::
rankUpdate
(const MatrixBase<Derived>& w, const typename LDLT<MatrixType,_UpLo>::RealScalar& sigma)
LLT.h
199
LLT
rankUpdate
(const VectorType& vec, const RealScalar& sigma = 1);
354
if(rs>0) A22.template selfadjointView<Lower>().
rankUpdate
(A21,typename NumTraits<RealScalar>::Literal(-1)); // bottleneck
360
static Index
rankUpdate
(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
383
static Index
rankUpdate
(MatrixType& mat, const VectorType& vec, const RealScalar& sigma)
386
return llt_inplace<Scalar, Lower>::
rankUpdate
(matt, vec.conjugate(), sigma);
457
LLT<_MatrixType,_UpLo> LLT<_MatrixType,_UpLo>::
rankUpdate
(const VectorType& v, const RealScalar& sigma)
462
if(internal::llt_inplace<typename MatrixType::Scalar, UpLo>::
rankUpdate
(m_matrix,v,sigma)>=0)
/external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h
123
SparseSelfAdjointView&
rankUpdate
(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1));
194
SparseSelfAdjointView<MatrixType,Mode>::
rankUpdate
(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha)
Completed in 329 milliseconds