Home
last modified time | relevance | path

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

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp464 class algorithm_join : public algorithm { class
466 algorithm_join() : algorithm("data_join_cholesky", true) {} in algorithm_join() function in algorithm_join
681 algmap.insert(std::pair<std::string, algorithm *>("join", new algorithm_join)); in main()