|
PULSAR
0.1
Parallel Unified Linear Algebra with Systolic Arrays
|
#include <icl_list.h>

Data Fields | |
| void * | data |
| struct icl_list_s * | flink |
| struct icl_list_s * | blink |
Definition at line 19 of file icl_list.h.
| struct icl_list_s* icl_list_s::blink |
Definition at line 22 of file icl_list.h.
| void* icl_list_s::data |
Definition at line 20 of file icl_list.h.
| struct icl_list_s* icl_list_s::flink |
Definition at line 21 of file icl_list.h.