(git:3add494)
dbm_pack_t Struct Reference

Internal struct for storing a pack - essentially a shard for MPI. More...

#include <dbm_multiply_internal.h>

Data Fields

int nblocks
 
int data_size
 
dbm_pack_block_tblocks
 
double * data
 

Detailed Description

Internal struct for storing a pack - essentially a shard for MPI.

Author
Ole Schuett

Definition at line 26 of file dbm_multiply_internal.h.

Field Documentation

◆ nblocks

int dbm_pack_t::nblocks

Definition at line 27 of file dbm_multiply_internal.h.

◆ data_size

int dbm_pack_t::data_size

Definition at line 28 of file dbm_multiply_internal.h.

◆ blocks

dbm_pack_block_t* dbm_pack_t::blocks

Definition at line 29 of file dbm_multiply_internal.h.

◆ data

double* dbm_pack_t::data

Definition at line 30 of file dbm_multiply_internal.h.


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