HomeSort by relevance Sort by last modified time
    Searched refs:SparseMatrixBase (Results 1 - 25 of 30) sorted by null

1 2

  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const
42 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const
80 SparseMatrixBase<Derived>::squaredNorm() const
87 SparseMatrixBase<Derived>::norm() const
95 SparseMatrixBase<Derived>::blueNorm() const
SparseMatrixBase.h 17 * \class SparseMatrixBase
26 template<typename Derived> class SparseMatrixBase : public EigenBase<Derived>
38 typedef SparseMatrixBase StorageBaseType;
134 { return *static_cast<Derived*>(const_cast<SparseMatrixBase*>(this)); }
137 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase
174 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ }
186 inline Derived& operator=(const SparseMatrixBase<OtherDerived>& other)
265 friend std::ostream & operator << (std::ostream & s, const SparseMatrixBase& m)
306 s << static_cast<const SparseMatrixBase<SparseMatrix<Scalar, RowMajorBit, Index> >&>(trans);
313 Derived& operator+=(const SparseMatrixBase<OtherDerived>& other)
    [all...]
SparseProduct.h 81 public SparseMatrixBase<SparseSparseProduct<LhsNested, RhsNested> >
85 typedef SparseMatrixBase<SparseSparseProduct> Base;
161 inline Derived& SparseMatrixBase<Derived>::operator=(const SparseSparseProduct<Lhs,Rhs>& product)
181 SparseMatrixBase<Derived>::operator*(const SparseMatrixBase<OtherDerived> &other) const
SparseTriangularView.h 26 : public SparseMatrixBase<SparseTriangularView<MatrixType,Mode> >
59 template<typename OtherDerived> void solveInPlace(SparseMatrixBase<OtherDerived>& other) const;
172 SparseMatrixBase<Derived>::triangularView() const
SparseCwiseUnaryOp.h 17 : public SparseMatrixBase<CwiseUnaryOp<UnaryOp, MatrixType> >
81 : public SparseMatrixBase<CwiseUnaryView<ViewOp, MatrixType> >
143 SparseMatrixBase<Derived>::operator*=(const Scalar& other)
153 SparseMatrixBase<Derived>::operator/=(const Scalar& other)
SparsePermutation.h 112 operator*(const SparseMatrixBase<SparseDerived>& matrix, const PermutationBase<PermDerived>& perm)
121 operator*( const PermutationBase<PermDerived>& perm, const SparseMatrixBase<SparseDerived>& matrix)
132 operator*(const SparseMatrixBase<SparseDerived>& matrix, const Transpose<PermutationBase<PermDerived> >& tperm)
141 operator*(const Transpose<PermutationBase<PermDerived> >& tperm, const SparseMatrixBase<SparseDerived>& matrix)
SparseRedux.h 17 SparseMatrixBase<Derived>::sum() const
SparseTranspose.h 16 : public SparseMatrixBase<Transpose<MatrixType> >
SparseCwiseBinaryOp.h 49 : public SparseMatrixBase<CwiseBinaryOp<BinaryOp, Lhs, Rhs> >
296 * Implementation of SparseMatrixBase and SparseCwise functions/operators
302 SparseMatrixBase<Derived>::operator-=(const SparseMatrixBase<OtherDerived> &other)
310 SparseMatrixBase<Derived>::operator+=(const SparseMatrixBase<OtherDerived>& other)
318 SparseMatrixBase<Derived>::cwiseProduct(const MatrixBase<OtherDerived> &other) const
SparseBlock.h 17 : public SparseMatrixBase<Block<XprType,BlockRows,BlockCols,true> >
92 : public SparseMatrixBase<Block<SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true> >
137 inline BlockType& operator=(const SparseMatrixBase<OtherDerived>& other)
279 : public SparseMatrixBase<Block<const SparseMatrix<_Scalar, _Options, _Index>,BlockRows,BlockCols,true> >
379 typename SparseMatrixBase<Derived>::InnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer)
386 const typename SparseMatrixBase<Derived>::ConstInnerVectorReturnType SparseMatrixBase<Derived>::innerVector(Index outer) const
393 typename SparseMatrixBase<Derived>::InnerVectorsReturnType
394 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize
    [all...]
SparseView.h 31 class SparseView : public SparseMatrixBase<SparseView<MatrixType> >
SparseUtil.h 23 EIGEN_STRONG_INLINE Derived& operator Op(const Eigen::SparseMatrixBase<OtherDerived>& other) \
63 _EIGEN_SPARSE_PUBLIC_INTERFACE(Derived, Eigen::SparseMatrixBase<Derived >)
70 template<typename Derived> class SparseMatrixBase;
SparseSelfAdjointView.h 27 * \sa SparseMatrixBase::selfadjointView()
79 operator*(const SparseMatrixBase<OtherDerived>& rhs) const
91 operator*(const SparseMatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
121 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1));
176 * Implementation of SparseMatrixBase methods
181 const SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView() const
188 SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView()
200 SparseSelfAdjointView<MatrixType,UpLo>::rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha)
SparseVector.h 66 : public SparseMatrixBase<SparseVector<_Scalar, _Options, _Index> >
68 typedef SparseMatrixBase<SparseVector> SparseBase;
217 inline SparseVector(const SparseMatrixBase<OtherDerived>& other)
233 * \sa SparseMatrixBase::swap()
256 inline SparseVector& operator=(const SparseMatrixBase<OtherDerived>& other)
SparseDiagonalProduct.h 60 : public SparseMatrixBase<SparseDiagonalProduct<Lhs,Rhs> >,
184 // SparseMatrixBase functions
189 SparseMatrixBase<Derived>::operator*(const DiagonalBase<OtherDerived> &other) const
TriangularSolver.h 291 void SparseTriangularView<ExpressionType,Mode>::solveInPlace(SparseMatrixBase<OtherDerived>& other) const
315 void SparseMatrixBase<Derived>::solveTriangularInPlace(MatrixBase<OtherDerived>& other) const
324 SparseMatrixBase<Derived>::solveTriangular(const MatrixBase<OtherDerived>& other) const
SparseDenseProduct.h 74 : public SparseMatrixBase<SparseDenseOuterProduct<Lhs,Rhs,Tr> >
78 typedef SparseMatrixBase<SparseDenseOuterProduct> Base;
MappedSparseMatrix.h 32 : public SparseMatrixBase<MappedSparseMatrix<_Scalar, _Flags, _Index> >
SparseMatrix.h 86 : public SparseMatrixBase<SparseMatrix<_Scalar, _Options, _Index> >
646 inline SparseMatrix(const SparseMatrixBase<OtherDerived>& other)
743 EIGEN_DONT_INLINE SparseMatrix& operator=(const SparseMatrixBase<OtherDerived>& other);
778 s << static_cast<const SparseMatrixBase<SparseMatrix>&>(m);
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 27 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
61 inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
102 // inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
DynamicSparseMatrix.h 57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> >
241 EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other)
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 181 solve(const SparseMatrixBase<Rhs>& b) const
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 214 inline const internal::sparse_solve_retval<SparseQR, Rhs> solve(const SparseMatrixBase<Rhs>& B) const
688 template<typename Dest> void evalTo(SparseMatrixBase<Dest>& dest) const
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 168 static SluMatrix Map(SparseMatrixBase<MatrixType>& mat)
225 struct SluMatrixMapHelper<SparseMatrixBase<Derived> >
357 inline const internal::sparse_solve_retval<SuperLUBase, Rhs> solve(const SparseMatrixBase<Rhs>& b) const
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 239 solve(const SparseMatrixBase<Rhs>& b) const

Completed in 374 milliseconds

1 2