OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fill_in
(Results
1 - 1
of
1
) sorted by null
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h
24
* the input parameter @p fillfactor which is used the ratio to control the
fill_in
166
* \param fillfactor This is used to compute the number @p
fill_in
of largest elements to keep on each row.
265
int
fill_in
= static_cast<int> (amat.nonZeros()*m_fillfactor)/n+1;
local
266
if (
fill_in
> n)
fill_in
= n;
269
int nnzL =
fill_in
/2;
Completed in 507 milliseconds