Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp120 class algorithm { class
163 algorithm(const std::string &alg_name, bool t) : name(alg_name), is_tiled(t) {} in algorithm() function in algorithm