LOLA
lola::vx::SynapseMatrix Class Reference

#include <synapse.h>

+ Inheritance diagram for lola::vx::SynapseMatrix:
+ Collaboration diagram for lola::vx::SynapseMatrix:

Public Types

typedef row_type< AmpCalib_amp_calibs_row_type
 
typedef matrix_type< AmpCalib_amp_calibs_type
 
typedef row_type< Label_labels_row_type
 
typedef matrix_type< Label_labels_type
 
typedef row_type< TimeCalib_time_calibs_row_type
 
typedef matrix_type< TimeCalib_time_calibs_type
 
typedef row_type< Weight_weights_row_type
 
typedef matrix_type< Weight_weights_type
 
typedef haldls::vx::SynapseQuad::AmpCalib AmpCalib
 
typedef halco::hicann_dls::vx::SynramOnDLS coordinate_type
 
typedef std::false_type has_local_data
 
typedef haldls::vx::SynapseQuad::Label Label
 
template<typename T >
using matrix_type = halco::common::typed_heap_array< row_type< T >, halco::hicann_dls::vx::SynapseRowOnSynram >
 
template<typename T >
using row_type = halco::common::typed_array< T, halco::hicann_dls::vx::SynapseOnSynapseRow >
 
typedef haldls::vx::SynapseQuad::TimeCalib TimeCalib
 
typedef haldls::vx::SynapseQuad::Weight Weight
 

Public Member Functions

 SynapseMatrix () SYMBOL_VISIBLE
 Default constructor. More...
 
bool operator!= (SynapseMatrix const &other) const SYMBOL_VISIBLE
 
bool operator== (SynapseMatrix const &other) const SYMBOL_VISIBLE
 

Public Attributes

_amp_calibs_type amp_calibs
 Synapse correlation amplitude calibration array. More...
 
_labels_type labels
 Synapse label array. More...
 
_time_calibs_type time_calibs
 Synapse correlation time calibration array. More...
 
_weights_type weights
 Synapse weight array. More...
 

Friends

struct haldls::vx::detail::VisitPreorderImpl< SynapseMatrix >
 
std::ostream & operator<< (std::ostream &os, SynapseMatrix const &row) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 326 of file synapse.h.

Member Typedef Documentation

◆ _amp_calibs_row_type

◆ _amp_calibs_type

◆ _labels_row_type

◆ _labels_type

◆ _time_calibs_row_type

◆ _time_calibs_type

◆ _weights_row_type

◆ _weights_type

◆ AmpCalib

typedef haldls::vx::SynapseQuad::AmpCalib lola::vx::SynapseMatrix::AmpCalib

Definition at line 342 of file synapse.h.

◆ coordinate_type

typedef halco::hicann_dls::vx::SynramOnDLS lola::vx::SynapseMatrix::coordinate_type

Definition at line 330 of file synapse.h.

◆ has_local_data

typedef std::false_type lola::vx::SynapseMatrix::has_local_data

Definition at line 329 of file synapse.h.

◆ Label

typedef haldls::vx::SynapseQuad::Label lola::vx::SynapseMatrix::Label

Definition at line 340 of file synapse.h.

◆ matrix_type

template<typename T >
using lola::vx::SynapseMatrix::matrix_type = halco::common::typed_heap_array<row_type<T>, halco::hicann_dls::vx::SynapseRowOnSynram>

Definition at line 336 of file synapse.h.

◆ row_type

template<typename T >
using lola::vx::SynapseMatrix::row_type = halco::common::typed_array<T, halco::hicann_dls::vx::SynapseOnSynapseRow>

Definition at line 333 of file synapse.h.

◆ TimeCalib

typedef haldls::vx::SynapseQuad::TimeCalib lola::vx::SynapseMatrix::TimeCalib

Definition at line 341 of file synapse.h.

◆ Weight

typedef haldls::vx::SynapseQuad::Weight lola::vx::SynapseMatrix::Weight

Definition at line 339 of file synapse.h.

Constructor & Destructor Documentation

◆ SynapseMatrix()

lola::vx::SynapseMatrix::SynapseMatrix ( )

Default constructor.

Member Function Documentation

◆ operator!=()

bool lola::vx::SynapseMatrix::operator!= ( SynapseMatrix const &  other) const

◆ operator==()

bool lola::vx::SynapseMatrix::operator== ( SynapseMatrix const &  other) const

Friends And Related Function Documentation

◆ haldls::vx::detail::VisitPreorderImpl< SynapseMatrix >

friend struct haldls::vx::detail::VisitPreorderImpl< SynapseMatrix >
friend

Definition at line 373 of file synapse.h.

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
SynapseMatrix const &  row 
)
friend

Member Data Documentation

◆ amp_calibs

_amp_calibs_type lola::vx::SynapseMatrix::amp_calibs

Synapse correlation amplitude calibration array.

Definition at line 367 of file synapse.h.

◆ labels

_labels_type lola::vx::SynapseMatrix::labels

Synapse label array.

Definition at line 361 of file synapse.h.

◆ time_calibs

_time_calibs_type lola::vx::SynapseMatrix::time_calibs

Synapse correlation time calibration array.

Definition at line 364 of file synapse.h.

◆ weights

_weights_type lola::vx::SynapseMatrix::weights

Synapse weight array.

Definition at line 358 of file synapse.h.


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