This commit is contained in:
richgel99@gmail.com
2011-12-27 21:18:07 +00:00
commit 9f98ea7e22
192 changed files with 77747 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
// File: crn_zeng.h
// See Copyright Notice and license at the end of inc/crnlib.h
namespace crnlib
{
typedef float (*zeng_similarity_func)(uint index_a, uint index_b, void* pContext);
void create_zeng_reorder_table(uint n, uint num_indices, const uint* pIndices, crnlib::vector<uint>& remap_table, zeng_similarity_func pFunc, void* pContext, float similarity_func_weight);
} // namespace crnlib