Home
last modified time | relevance | path

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

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp264 class algorithm_crout : public algorithm { class
266 algorithm_crout() : algorithm("crout_cholesky", true) {} in algorithm_crout() function in algorithm_crout
679 algmap.insert(std::pair<std::string, algorithm *>("crout", new algorithm_crout)); in main()