#include <gnn_prototype.h>
Collaboration diagram for _gnn_prototype:

Data Fields | |
| gnn_node | node |
| gsl_vector * | y |
| gsl_vector * | row |
| gsl_vector * | col |
| gsl_matrix_view | D_view |
| gsl_matrix_view | dD_view |
| gsl_matrix_int_view | Df_view |
| gsl_matrix * | D |
| gsl_matrix * | dD |
| gsl_matrix_int * | Df |
|
|
Column buffer. Definition at line 57 of file gnn_prototype.h. |
|
|
Pointer to matrix A. Definition at line 63 of file gnn_prototype.h. |
|
|
View of matrix A. Definition at line 59 of file gnn_prototype.h. |
|
|
Pointer to matrix dA. Definition at line 64 of file gnn_prototype.h. |
|
|
View of matrix dA. Definition at line 60 of file gnn_prototype.h. |
|
|
Pointer to flags for A. Definition at line 65 of file gnn_prototype.h. |
|
|
View of flags for A. Definition at line 61 of file gnn_prototype.h. |
|
|
The underlying gnn_node. Definition at line 53 of file gnn_prototype.h. |
|
|
Prototype (row) buffer. Definition at line 56 of file gnn_prototype.h. |
|
|
A buffer of the outputs. Definition at line 55 of file gnn_prototype.h. |
1.2.18