#include "gnn_utilities.h"#include "gnn_constant_input.h"Include dependency graph for gnn_constant_input.c:

Go to the source code of this file.
Data Structures | |
| struct | _gnn_constant_input |
Typedefs | |
| typedef _gnn_constant_input | gnn_constant_input |
| The datatype for the constant samples set. | |
Functions | |
| const gsl_vector * | gnn_constant_input_get (gnn_input *set, size_t k) |
| The "get" function. | |
| void | gnn_constant_input_destroy (gnn_input *set) |
| Destroy function. | |
| gnn_input * | gnn_constant_input_new_from_vector (const gsl_vector *v) |
| Builds an input set from a vector. | |
| gnn_input * | gnn_constant_input_new (size_t n, double value) |
| Builds a input set with the given value. | |
1.2.18