(git:3add494)
dbm_task_t Struct Reference

Internal struct for storing a task, ie. a single block multiplication. More...

#include <dbm_multiply_internal.h>

Data Fields

int m
 
int n
 
int k
 
int offset_a
 
int offset_b
 
int offset_c
 

Detailed Description

Internal struct for storing a task, ie. a single block multiplication.

Author
Ole Schuett

Definition at line 37 of file dbm_multiply_internal.h.

Field Documentation

◆ m

int dbm_task_t::m

Definition at line 38 of file dbm_multiply_internal.h.

◆ n

int dbm_task_t::n

Definition at line 39 of file dbm_multiply_internal.h.

◆ k

int dbm_task_t::k

Definition at line 40 of file dbm_multiply_internal.h.

◆ offset_a

int dbm_task_t::offset_a

Definition at line 41 of file dbm_multiply_internal.h.

◆ offset_b

int dbm_task_t::offset_b

Definition at line 42 of file dbm_multiply_internal.h.

◆ offset_c

int dbm_task_t::offset_c

Definition at line 43 of file dbm_multiply_internal.h.


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