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 264 EIGEN_DEPRECATED void startFill(Index reserve)
271 EIGEN_DEPRECATED Scalar& fill(Index r, Index c)
278 EIGEN_DEPRECATED Scalar& fill(Index i)
285 EIGEN_DEPRECATED Scalar& fillrand(Index r, Index c)
292 EIGEN_DEPRECATED Scalar& fillrand(Index i)
298 EIGEN_DEPRECATED void endFill() {}
  /external/eigen/Eigen/src/Core/util/
Macros.h 224 #define EIGEN_DEPRECATED __attribute__((deprecated))
226 #define EIGEN_DEPRECATED __declspec(deprecated)
228 #define EIGEN_DEPRECATED
231 #define EIGEN_DEPRECATED

Completed in 54 milliseconds