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

  /external/eigen/Eigen/src/Core/
NumTraits.h 39 * \li Enum values ReadCost, AddCost and MulCost representing a rough estimate of the number of CPU cycles needed
60 MulCost = 1
117 MulCost = 4 * NumTraits<Real>::MulCost + 2 * NumTraits<Real>::AddCost
141 MulCost = ArrayType::SizeAtCompileTime==Dynamic ? Dynamic : ArrayType::SizeAtCompileTime * NumTraits<Scalar>::MulCost
  /external/ceres-solver/include/ceres/
jet.h 742 MulCost = 3,

Completed in 264 milliseconds