(git:d18deda)
Loading...
Searching...
No Matches
dbm_internal.h File Reference

Go to the source code of this file.

Data Structures

struct  dbm_pack_block_t
 Internal struct for storing a dbm_block_t plus its norm. More...
 
struct  dbm_pack_t
 Internal struct for storing a pack - essentially a shard for MPI. More...
 
struct  dbm_task_t
 Internal struct for storing a task, ie. a single block multiplication. More...
 

Functions

static int imax (int x, int y)
 Returns the larger of two given integers (missing from the C standard)
 

Function Documentation

◆ imax()

static int imax ( int  x,
int  y 
)
inlinestatic

Returns the larger of two given integers (missing from the C standard)

Author
Ole Schuett

Definition at line 15 of file dbm_internal.h.