You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
1 month ago
|
#ifndef _DGG_PRECOMPUTE_H_
|
||
|
#define _DGG_PRECOMPUTE_H_
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
void DGG_ICH_Precompute_Multithread(const std::string& input_obj_name, double accuracy_control_parameter, double const_for_theta, int thread_num);
|
||
|
|
||
|
void SVG_ICH_Precompute_Multithread(const std::string& input_obj_name, int fixed_K, int thread_num);
|
||
|
|
||
|
#endif
|