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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 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() {}
  /external/eigen/Eigen/src/SparseCore/
SparseVector.h 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; }
  /external/eigen/Eigen/src/Core/util/
Constants.h 70 EIGEN_DEPRECATED
162 EIGEN_DEPRECATED const unsigned int AlignedBit = 0x80;
Macros.h 594 #define EIGEN_DEPRECATED __attribute__((deprecated))
596 #define EIGEN_DEPRECATED __declspec(deprecated)
598 #define EIGEN_DEPRECATED
601 #define EIGEN_DEPRECATED
    [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 311 EIGEN_DEPRECATED
  /external/eigen/Eigen/src/Core/functors/
BinaryFunctors.h 65 EIGEN_DEPRECATED

Completed in 142 milliseconds