Searched refs:EIGEN_DEPRECATED (Results 1 – 3 of 3) sorted by relevance
226 EIGEN_DEPRECATED inline DynamicSparseMatrix()233 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)241 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other)282 EIGEN_DEPRECATED void startFill(Index reserveSize = 1000)297 EIGEN_DEPRECATED Scalar& fill(Index row, Index col)309 EIGEN_DEPRECATED Scalar& fillrand(Index row, Index col)316 EIGEN_DEPRECATED void endFill() {}
289 EIGEN_DEPRECATED void startFill(Index reserve)296 EIGEN_DEPRECATED Scalar& fill(Index r, Index c)303 EIGEN_DEPRECATED Scalar& fill(Index i)310 EIGEN_DEPRECATED Scalar& fillrand(Index r, Index c)317 EIGEN_DEPRECATED Scalar& fillrand(Index i)323 EIGEN_DEPRECATED void endFill() {}327 EIGEN_DEPRECATED Storage& _data() { return m_data; }329 EIGEN_DEPRECATED const Storage& _data() const { return m_data; }
231 #define EIGEN_DEPRECATED __attribute__((deprecated)) macro233 #define EIGEN_DEPRECATED __declspec(deprecated) macro235 #define EIGEN_DEPRECATED macro238 #define EIGEN_DEPRECATED macro