COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
knheap.h File Reference
#include "util.h"
Include dependency graph for knheap.h:

Go to the source code of this file.

Classes

struct  KNElement< Key, Value >
 
class  BinaryHeap< Key, Value, capacity >
 
class  KNLooserTree< Key, Value >
 
class  KNHeap< Key, Value >
 

Variables

const int KNBufferSize1 = 32
 
const int KNN = 128
 
const int KNKMAX = 128
 
const int KNLevels = 4
 
const int LogKNKMAX = 7
 

Variable Documentation

◆ KNBufferSize1

const int KNBufferSize1 = 32

Definition at line 6 of file knheap.h.

◆ KNKMAX

const int KNKMAX = 128

Definition at line 8 of file knheap.h.

◆ KNLevels

const int KNLevels = 4

Definition at line 9 of file knheap.h.

◆ KNN

const int KNN = 128

Definition at line 7 of file knheap.h.

◆ LogKNKMAX

const int LogKNKMAX = 7

Definition at line 10 of file knheap.h.