Chao Chen
Results
1
issues of
Chao Chen
Hi, The function HODLR::solveNonSPD(Mat) has not been parallelized. The following is a straightforward parallelization, which may be useful for some users. Mat HODLR::solveNonSPD(Mat b) { Mat x = Mat::Zero(b.rows(),b.cols()); int...