HomeSort by relevance Sort by last modified time
    Searched defs:ReadCost (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
NumTraits.h 72 * \li Enum values ReadCost, AddCost and MulCost representing a rough estimate of the number of CPU cycles needed
95 ReadCost = 1,
180 ReadCost = 2 * NumTraits<_Real>::ReadCost,
209 ReadCost = ArrayType::SizeAtCompileTime==Dynamic ? HugeCost : ArrayType::SizeAtCompileTime * NumTraits<Scalar>::ReadCost,
227 ReadCost = HugeCost,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorIndexList.h 73 ReadCost = 1,

Completed in 133 milliseconds