Home
last modified time | relevance | path

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

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp287 class algorithm_dpotrf : public algorithm { class
289 algorithm_dpotrf() : algorithm("dpotrf_cholesky", false) {} in algorithm_dpotrf() function in algorithm_dpotrf
678 algmap.insert(std::pair<std::string, algorithm *>("dpotrf", new algorithm_dpotrf)); in main()