#include <gnn_gcomm.h>
Collaboration diagram for _gnn_gcomm:

Data Fields | |
| gnn_node | node |
| size_t | rep |
| double | sumw |
| gsl_vector * | alpha |
| gsl_vector * | xbuf |
| gsl_vector_view | x_view |
| gsl_vector * | x |
| gsl_vector_view * | X_view |
| gsl_vector ** | X |
|
|
The last computed Definition at line 56 of file gnn_gcomm.h. |
|
|
Subyacent gnn_node. Definition at line 52 of file gnn_gcomm.h. |
|
|
Amount of replications to the input. Definition at line 54 of file gnn_gcomm.h. |
|
|
Last Definition at line 55 of file gnn_gcomm.h. |
|
|
Array of the buffer's subvectors. Definition at line 64 of file gnn_gcomm.h. |
|
|
A pointer to the input buffer slice. Definition at line 61 of file gnn_gcomm.h. |
|
|
Array of subvector views of the buffer. Definition at line 63 of file gnn_gcomm.h. |
|
|
The input view of the buffer. Definition at line 60 of file gnn_gcomm.h. |
|
|
The total working buffer. Definition at line 58 of file gnn_gcomm.h. |
1.2.18