Searched refs:algorithm_crout (Results 1 – 1 of 1) sorted by relevance
264 class algorithm_crout : public algorithm { class266 algorithm_crout() : algorithm("crout_cholesky", true) {} in algorithm_crout() function in algorithm_crout679 algmap.insert(std::pair<std::string, algorithm *>("crout", new algorithm_crout)); in main()