#include <gnn_affine.h>
Collaboration diagram for _gnn_affine:

Data Fields | |
| gnn_node | node |
| gsl_vector_view | a_view |
| gsl_vector_view | da_view |
| gsl_vector_int_view | af_view |
| gsl_vector * | buf |
| gsl_vector_view | b_view |
| gsl_vector_view | db_view |
| gsl_vector_int_view | bf_view |
| gsl_vector * | a |
| gsl_vector * | da |
| gsl_vector_int * | af |
| gsl_vector * | b |
| gsl_vector * | db |
| gsl_vector_int * | bf |
|
|
Pointer to the amplitude vector. Definition at line 64 of file gnn_affine.h. |
|
|
View to the amplitudes. Definition at line 54 of file gnn_affine.h. |
|
|
Pointer to the amplitude freeze flags. Definition at line 66 of file gnn_affine.h. |
|
|
View to the amplitude freeze flags. Definition at line 56 of file gnn_affine.h. |
|
|
Pointer to the variance vector. Definition at line 67 of file gnn_affine.h. |
|
|
View to the variances. Definition at line 60 of file gnn_affine.h. |
|
|
Pointer to the variance freeze flags. Definition at line 69 of file gnn_affine.h. |
|
|
View to the variance freeze flags. Definition at line 62 of file gnn_affine.h. |
|
|
Buffer for fast evaluations. Definition at line 58 of file gnn_affine.h. |
|
|
Pointer to the amplitude gradients. Definition at line 65 of file gnn_affine.h. |
|
|
View to teh amplitude gradients. Definition at line 55 of file gnn_affine.h. |
|
|
Pointer to the variance gradients. Definition at line 68 of file gnn_affine.h. |
|
|
View to the variance gradients. Definition at line 61 of file gnn_affine.h. |
|
|
Subyacent gnn_node. Definition at line 52 of file gnn_affine.h. |
1.2.18