(git:3add494)
dbm_packed_matrix_t Struct Reference

Internal struct for storing a packed matrix. More...

#include <dbm_multiply_comm.h>

Data Fields

const dbm_dist_1d_tdist_indices
 
const dbm_dist_1d_tdist_ticks
 
int nsend_packs
 
dbm_pack_tsend_packs
 
dbm_pack_t recv_pack
 
int max_nblocks
 
int max_data_size
 

Detailed Description

Internal struct for storing a packed matrix.

Author
Ole Schuett

Definition at line 21 of file dbm_multiply_comm.h.

Field Documentation

◆ dist_indices

const dbm_dist_1d_t* dbm_packed_matrix_t::dist_indices

Definition at line 22 of file dbm_multiply_comm.h.

◆ dist_ticks

const dbm_dist_1d_t* dbm_packed_matrix_t::dist_ticks

Definition at line 23 of file dbm_multiply_comm.h.

◆ nsend_packs

int dbm_packed_matrix_t::nsend_packs

Definition at line 24 of file dbm_multiply_comm.h.

◆ send_packs

dbm_pack_t* dbm_packed_matrix_t::send_packs

Definition at line 25 of file dbm_multiply_comm.h.

◆ recv_pack

dbm_pack_t dbm_packed_matrix_t::recv_pack

Definition at line 26 of file dbm_multiply_comm.h.

◆ max_nblocks

int dbm_packed_matrix_t::max_nblocks

Definition at line 27 of file dbm_multiply_comm.h.

◆ max_data_size

int dbm_packed_matrix_t::max_data_size

Definition at line 28 of file dbm_multiply_comm.h.


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