HomeSort by relevance Sort by last modified time
    Searched refs:SparseMatrixBase (Results 1 - 25 of 28) 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
SparseBlock.h 37 public SparseMatrixBase<SparseInnerVectorSet<MatrixType, Size> >
81 // inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
87 // inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
109 : public SparseMatrixBase<SparseInnerVectorSet<SparseMatrix<_Scalar, _Options, _Index>, Size> >
154 inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
269 // inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
289 SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::row(Index i)
298 const SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::row(Index i) const
306 SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::col(Index i)
315 const SparseInnerVectorSet<Derived,1> SparseMatrixBase<Derived>::col(Index i) cons
    [all...]
SparseMatrixBase.h 17 * \class SparseMatrixBase
26 template<typename Derived> class SparseMatrixBase : public EigenBase<Derived>
38 typedef SparseMatrixBase StorageBaseType;
131 { return *static_cast<Derived*>(const_cast<SparseMatrixBase*>(this)); }
134 #define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase
171 SparseMatrixBase() : m_isRValue(false) { /* TODO check flags */ }
183 inline Derived& operator=(const SparseMatrixBase<OtherDerived>& other)
262 friend std::ostream & operator << (std::ostream & s, const SparseMatrixBase& m)
303 s << static_cast<const SparseMatrixBase<SparseMatrix<Scalar, RowMajorBit> >&>(trans);
310 Derived& operator+=(const SparseMatrixBase<OtherDerived>& other)
    [all...]
SparseProduct.h 80 public SparseMatrixBase<SparseSparseProduct<LhsNested, RhsNested> >
84 typedef SparseMatrixBase<SparseSparseProduct> Base;
159 inline Derived& SparseMatrixBase<Derived>::operator=(const SparseSparseProduct<Lhs,Rhs>& product)
179 SparseMatrixBase<Derived>::operator*(const SparseMatrixBase<OtherDerived> &other) const
SparseTriangularView.h 25 : public SparseMatrixBase<SparseTriangularView<MatrixType,Mode> >
57 template<typename OtherDerived> void solveInPlace(SparseMatrixBase<OtherDerived>& other) const;
157 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> >
295 * Implementation of SparseMatrixBase and SparseCwise functions/operators
301 SparseMatrixBase<Derived>::operator-=(const SparseMatrixBase<OtherDerived> &other)
309 SparseMatrixBase<Derived>::operator+=(const SparseMatrixBase<OtherDerived>& other)
317 SparseMatrixBase<Derived>::cwiseProduct(const MatrixBase<OtherDerived> &other) const
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;
SparseVector.h 52 : public SparseMatrixBase<SparseVector<_Scalar, _Options, _Index> >
62 typedef SparseMatrixBase<SparseVector> SparseBase;
198 inline SparseVector(const SparseMatrixBase<OtherDerived>& other)
231 inline SparseVector& operator=(const SparseMatrixBase<OtherDerived>& other)
306 EIGEN_DONT_INLINE SparseVector& assign(const SparseMatrixBase<OtherDerived>& _other)
SparseDiagonalProduct.h 60 : public SparseMatrixBase<SparseDiagonalProduct<Lhs,Rhs> >,
172 // SparseMatrixBase functions
177 SparseMatrixBase<Derived>::operator*(const DiagonalBase<OtherDerived> &other) const
SparseDenseProduct.h 68 : public SparseMatrixBase<SparseDenseOuterProduct<Lhs,Rhs,Tr> >
72 typedef SparseMatrixBase<SparseDenseOuterProduct> Base;
293 SparseMatrixBase<Derived>::operator*(const MatrixBase<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
SparseSelfAdjointView.h 27 * \sa SparseMatrixBase::selfadjointView()
97 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, Scalar alpha = Scalar(1));
152 * Implementation of SparseMatrixBase methods
157 const SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView() const
164 SparseSelfAdjointView<Derived, UpLo> SparseMatrixBase<Derived>::selfadjointView()
176 SparseSelfAdjointView<MatrixType,UpLo>::rankUpdate(const SparseMatrixBase<DerivedU>& u, Scalar alpha)
MappedSparseMatrix.h 32 : public SparseMatrixBase<MappedSparseMatrix<_Scalar, _Flags, _Index> >
SparseMatrix.h 86 : public SparseMatrixBase<SparseMatrix<_Scalar, _Options, _Index> >
560 inline SparseMatrix(const SparseMatrixBase<OtherDerived>& other)
624 EIGEN_DONT_INLINE SparseMatrix& operator=(const SparseMatrixBase<OtherDerived>& other)
710 s << static_cast<const SparseMatrixBase<SparseMatrix>&>(m);
    [all...]
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 124 void kroneckerProduct(const MatrixBase<A>& a, const SparseMatrixBase<B>& b, SparseMatrixBase<C>& c)
137 void kroneckerProduct(const SparseMatrixBase<A>& a, const MatrixBase<B>& b, SparseMatrixBase<C>& c)
150 void kroneckerProduct(const SparseMatrixBase<A>& a, const SparseMatrixBase<B>& b, SparseMatrixBase<C>& c)
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockOfDynamicSparseMatrix.h 21 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> >
55 inline SparseInnerVectorSet& operator=(const SparseMatrixBase<OtherDerived>& other)
96 // 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/CholmodSupport/
CholmodSupport.h 232 solve(const SparseMatrixBase<Rhs>& b) 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<SuperLU, Rhs> solve(const SparseMatrixBase<Rhs>& b) const

Completed in 299 milliseconds

1 2