Home
last modified time | relevance | path

Searched defs:bdcsvd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dbdcsvd.cpp29 void bdcsvd(const MatrixType& a = MatrixType(), bool pickrandom = true) in bdcsvd() function
71 EIGEN_DECLARE_TEST(bdcsvd) in EIGEN_DECLARE_TEST() argument
/aosp_15_r20/external/eigen/bench/
H A Ddense_solvers.cpp57 BDCSVD<MatDyn> bdcsvd(A.rows(),A.cols()); in bench() local