OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eigen_maxrow
(Results
1 - 2
of
2
) sorted by null
/external/eigen/test/eigen2/
eigen2_visitor.cpp
45
int eigen_minrow, eigen_mincol,
eigen_maxrow
, eigen_maxcol;
local
48
eigen_maxc = m.maxCoeff(&
eigen_maxrow
,&eigen_maxcol);
50
VERIFY(maxrow ==
eigen_maxrow
);
/external/eigen/test/
visitor.cpp
46
Index eigen_minrow, eigen_mincol,
eigen_maxrow
, eigen_maxcol;
local
49
eigen_maxc = m.maxCoeff(&
eigen_maxrow
,&eigen_maxcol);
51
VERIFY(maxrow ==
eigen_maxrow
);
Completed in 138 milliseconds