#include <kernel.h>
Definition at line 174 of file kernel.h.
Public Types | |
typedef std::vector< l_weight > | LateralWeights |
Public Methods | |
Wts () | |
Default constructor; not useful in general but required for a Matrix element. | |
Wts (int num_aff, int aff_width, int exc_width, int inh_width) | |
Typical constructor. | |
Public Attributes | |
AfferentWeightsList | weights |
LateralWeights | lat_exc_wts |
LateralWeights | lat_inh_wts |