Home
last modified time | relevance | path

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

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp540 class algorithm_depend : public algorithm { class
542 algorithm_depend() : algorithm("depend_cholesky", true) {} in algorithm_depend() function in algorithm_depend
680 algmap.insert(std::pair<std::string, algorithm *>("depend", new algorithm_depend)); in main()