HomeSort by relevance Sort by last modified time
    Searched refs:EIGEN_DEPRECATED (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 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() {}
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 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; }
  /external/eigen/Eigen/src/Core/util/
Macros.h 231 #define EIGEN_DEPRECATED __attribute__((deprecated))
233 #define EIGEN_DEPRECATED __declspec(deprecated)
235 #define EIGEN_DEPRECATED
238 #define EIGEN_DEPRECATED

Completed in 65 milliseconds