Searched defs:SparseMatrixBase (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h17 * \class SparseMatrixBase
26 template<typename Derived> class SparseMatrixBase : public EigenBase<Derived> class in namespace:Eigen
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 */ } function in class:Eigen::SparseMatrixBase
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<OtherDerive
[all...]

Completed in 45 milliseconds