satyr 0.43
|
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_part * | next |
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.
uint32_t sr_distances_part::checksum |
Definition at line 208 of file distance.h.
enum sr_distance_type sr_distances_part::dist_type |
Definition at line 205 of file distance.h.
float* sr_distances_part::distances |
Definition at line 210 of file distance.h.
size_t sr_distances_part::len |
Definition at line 203 of file distance.h.
int sr_distances_part::m |
Definition at line 197 of file distance.h.
int sr_distances_part::m_begin |
Definition at line 200 of file distance.h.
int sr_distances_part::n |
Definition at line 198 of file distance.h.
int sr_distances_part::n_begin |
Definition at line 201 of file distance.h.
struct sr_distances_part* sr_distances_part::next |
Definition at line 212 of file distance.h.