Searched refs:EIGEN_DEPRECATED (Results 1 – 6 of 6) sorted by relevance
228 EIGEN_DEPRECATED inline DynamicSparseMatrix()235 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)243 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other)284 EIGEN_DEPRECATED void startFill(Index reserveSize = 1000)299 EIGEN_DEPRECATED Scalar& fill(Index row, Index col)311 EIGEN_DEPRECATED Scalar& fillrand(Index row, Index col)318 EIGEN_DEPRECATED void endFill() {}
349 EIGEN_DEPRECATED void startFill(Index reserve)356 EIGEN_DEPRECATED Scalar& fill(Index r, Index c)363 EIGEN_DEPRECATED Scalar& fill(Index i)370 EIGEN_DEPRECATED Scalar& fillrand(Index r, Index c)377 EIGEN_DEPRECATED Scalar& fillrand(Index i)383 EIGEN_DEPRECATED void endFill() {}387 EIGEN_DEPRECATED Storage& _data() { return m_data; }389 EIGEN_DEPRECATED const Storage& _data() const { return m_data; }
70 EIGEN_DEPRECATED162 EIGEN_DEPRECATED const unsigned int AlignedBit = 0x80;
594 #define EIGEN_DEPRECATED __attribute__((deprecated)) macro596 #define EIGEN_DEPRECATED __declspec(deprecated) macro598 #define EIGEN_DEPRECATED macro601 #define EIGEN_DEPRECATED macro
311 EIGEN_DEPRECATED
65 EIGEN_DEPRECATED