OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_ldlt
(Results
1 - 1
of
1
) sorted by null
/external/eigen/bench/
dense_solvers.cpp
39
BenchTimer t_llt,
t_ldlt
, t_lu, t_fplu, t_qr, t_cpqr, t_cod, t_fpqr, t_jsvd, t_bdcsvd;
local
60
BENCH(
t_ldlt
, tries, rep, compute_norm_equation(ldlt,A));
75
results["LDLT"][id] =
t_ldlt
.best();
Completed in 112 milliseconds