ATLAS Offline Software
Loading...
Searching...
No Matches
lwtDev::GRUState Struct Reference
Collaboration diagram for lwtDev::GRUState:

Public Member Functions

 GRUState (size_t n_input, size_t n_outputs)

Public Attributes

MatrixXd h_t
int time

Detailed Description

Definition at line 571 of file Stack.cxx.

Constructor & Destructor Documentation

◆ GRUState()

lwtDev::GRUState::GRUState ( size_t n_input,
size_t n_outputs )

Definition at line 576 of file Stack.cxx.

576 :
577 h_t(MatrixXd::Zero(n_output, n_input)),
578 time(0)
579 {
580 }
MatrixXd h_t
Definition Stack.cxx:573

Member Data Documentation

◆ h_t

MatrixXd lwtDev::GRUState::h_t

Definition at line 573 of file Stack.cxx.

◆ time

int lwtDev::GRUState::time

Definition at line 574 of file Stack.cxx.


The documentation for this struct was generated from the following file: