HomeSort by relevance Sort by last modified time
    Searched refs:SparseSelfAdjointView (Results 1 - 4 of 4) 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)
83 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
97 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, Scalar alpha = Scalar(1));
99 /** \internal triggered by sparse_matrix = SparseSelfadjointView; */
120 SparseSelfAdjointView& operator=(const SparseSymmetricPermutationProduct<SrcMatrixType,SrcUpLo>& permutedMatrix)
127 SparseSelfAdjointView& operator=(const SparseSelfAdjointView& src
    [all...]
SparseMatrixBase.h 383 template<unsigned int UpLo> inline const SparseSelfAdjointView<Derived, UpLo> selfadjointView() const;
384 template<unsigned int UpLo> inline SparseSelfAdjointView<Derived, UpLo> selfadjointView();
SparseUtil.h 78 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 103 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)

Completed in 1590 milliseconds