satyr 0.43
Loading...
Searching...
No Matches
Data Fields
sr_distances_part Struct Reference

A part of a distance matrix to be computed (possibly in different threads/processes and even different machines provided they have the same architecture and saytr version) and then merged with other parts into a full matrix. More...

#include <distance.h>

Data Fields

int m
 
int n
 
int m_begin
 
int n_begin
 
size_t len
 
enum sr_distance_type dist_type
 
uint32_t checksum
 
float * distances
 
struct sr_distances_partnext
 

Detailed Description

A part of a distance matrix to be computed (possibly in different threads/processes and even different machines provided they have the same architecture and saytr version) and then merged with other parts into a full matrix.

Definition at line 194 of file distance.h.

Field Documentation

◆ checksum

uint32_t sr_distances_part::checksum

Definition at line 208 of file distance.h.

◆ dist_type

enum sr_distance_type sr_distances_part::dist_type

Definition at line 205 of file distance.h.

◆ distances

float* sr_distances_part::distances

Definition at line 210 of file distance.h.

◆ len

size_t sr_distances_part::len

Definition at line 203 of file distance.h.

◆ m

int sr_distances_part::m

Definition at line 197 of file distance.h.

◆ m_begin

int sr_distances_part::m_begin

Definition at line 200 of file distance.h.

◆ n

int sr_distances_part::n

Definition at line 198 of file distance.h.

◆ n_begin

int sr_distances_part::n_begin

Definition at line 201 of file distance.h.

◆ next

struct sr_distances_part* sr_distances_part::next

Definition at line 212 of file distance.h.


The documentation for this struct was generated from the following file: