Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_gnn_prototype Struct Reference

#include <gnn_prototype.h>

Collaboration diagram for _gnn_prototype:

Collaboration graph
[legend]

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

Field Documentation

gsl_vector* _gnn_prototype::col
 

Column buffer.

Definition at line 57 of file gnn_prototype.h.

gsl_matrix* _gnn_prototype::D
 

Pointer to matrix A.

Definition at line 63 of file gnn_prototype.h.

gsl_matrix_view _gnn_prototype::D_view
 

View of matrix A.

Definition at line 59 of file gnn_prototype.h.

gsl_matrix* _gnn_prototype::dD
 

Pointer to matrix dA.

Definition at line 64 of file gnn_prototype.h.

gsl_matrix_view _gnn_prototype::dD_view
 

View of matrix dA.

Definition at line 60 of file gnn_prototype.h.

gsl_matrix_int* _gnn_prototype::Df
 

Pointer to flags for A.

Definition at line 65 of file gnn_prototype.h.

gsl_matrix_int_view _gnn_prototype::Df_view
 

View of flags for A.

Definition at line 61 of file gnn_prototype.h.

gnn_node _gnn_prototype::node
 

The underlying gnn_node.

Definition at line 53 of file gnn_prototype.h.

gsl_vector* _gnn_prototype::row
 

Prototype (row) buffer.

Definition at line 56 of file gnn_prototype.h.

gsl_vector* _gnn_prototype::y
 

A buffer of the outputs.

Definition at line 55 of file gnn_prototype.h.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 13 20:51:41 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18