HomeSort by relevance Sort by last modified time
    Searched refs:SparseSelfAdjointView (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 16 * \class SparseSelfAdjointView
38 struct traits<SparseSelfAdjointView<MatrixType,UpLo> > : traits<MatrixType> {
49 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView
50 : public EigenBase<SparseSelfAdjointView<MatrixType,UpLo> >
60 inline SparseSelfAdjointView(const MatrixType& matrix) : m_matrix(matrix)
75 * Indeed, the SparseSelfadjointView operand is first copied into a temporary SparseMatrix before computing the product.
87 * Indeed, the SparseSelfadjointView operand is first copied into a temporary SparseMatrix before computing the product.
91 operator*(const SparseMatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
107 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
121 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1))
    [all...]
SparseMatrixBase.h 386 template<unsigned int UpLo> inline const SparseSelfAdjointView<Derived, UpLo> selfadjointView() const;
387 template<unsigned int UpLo> inline SparseSelfAdjointView<Derived, UpLo> selfadjointView();
SparseUtil.h 77 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView;
SparseMatrix.h 657 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm)
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 108 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)

Completed in 74 milliseconds