Searched refs:algorithm_dpotrf (Results 1 – 1 of 1) sorted by relevance
287 class algorithm_dpotrf : public algorithm { class289 algorithm_dpotrf() : algorithm("dpotrf_cholesky", false) {} in algorithm_dpotrf() function in algorithm_dpotrf678 algmap.insert(std::pair<std::string, algorithm *>("dpotrf", new algorithm_dpotrf)); in main()