OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadCost
(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
58
ReadCost
= 1,
115
ReadCost
= 2 * NumTraits<_Real>::
ReadCost
,
139
ReadCost
= ArrayType::SizeAtCompileTime==Dynamic ? Dynamic : ArrayType::SizeAtCompileTime * NumTraits<Scalar>::
ReadCost
,
/external/ceres-solver/include/ceres/
jet.h
739
ReadCost
= 1,
Completed in 40 milliseconds