Searched defs:bdcsvd (Results 1 – 2 of 2) sorted by relevance
29 void bdcsvd(const MatrixType& a = MatrixType(), bool pickrandom = true) in bdcsvd() function
57 BDCSVD<MatDyn> bdcsvd(A.rows(),A.cols()); in bench() local