#include <pack.h>
 | 
| void  | resetArray (cudaStream_t stream, Index_ vdlen) | 
|   | reset the output array before calling the actual kernel  More...
  | 
|   | 
◆ resetArray()
template<typename Type , typename Index_ > 
 
reset the output array before calling the actual kernel 
- Parameters
 - 
  
    | stream | cuda stream where to perform this operation  | 
    | vdlen | length of the vertex degree array  | 
  
   
 
 
◆ adj
template<typename Type , typename Index_ > 
      
 
the dense adjacency matrix 
 
 
template<typename Type , typename Index_ > 
      
 
 
◆ eps
template<typename Type , typename Index_ > 
      
 
epsilon neighborhood thresholding param 
 
 
◆ ia
template<typename Type , typename Index_ > 
      
 
 
◆ ja
template<typename Type , typename Index_ > 
      
 
 
◆ max_k
template<typename Type , typename Index_ > 
      
 
iff > 0 maximum expected rowlength 
 
 
template<typename Type , typename Index_ > 
      
 
number of points in the dataset 
 
 
◆ rbc_index
template<typename Type , typename Index_ > 
      
 
 
◆ sample_weight
template<typename Type , typename Index_ > 
      
 
 
◆ vd
template<typename Type , typename Index_ > 
      
 
vertex degree array Last position is the sum of all elements in this array (excluding it) Hence, its length is one more than the number of points 
 
 
◆ weight_sum
template<typename Type , typename Index_ > 
      
 
 
template<typename Type , typename Index_ > 
      
 
 
The documentation for this struct was generated from the following file: