OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reallocratio
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseMatrix.h
775
float
reallocRatio
= 1;
789
reallocRatio
= (nnzEstimate-float(m_data.size()))/float(m_data.size());
793
reallocRatio
= (std::min)((std::max)(
reallocRatio
,1.5f),8.f);
796
m_data.resize(m_data.size()+1,
reallocRatio
);
[
all
...]
Completed in 1258 milliseconds