Home
last modified time | relevance | path

Searched refs:t_fplu (Results 1 – 1 of 1) sorted by relevance

/external/eigen/bench/
Ddense_solvers.cpp39 BenchTimer t_llt, t_ldlt, t_lu, t_fplu, t_qr, t_cpqr, t_cod, t_fpqr, t_jsvd, t_bdcsvd; in bench() local
63 BENCH(t_fplu, tries, rep, compute_norm_equation(fplu,A)); in bench()
77 results["FullPivLU"][id] = t_fplu.best(); in bench()