LOLA
lola::vx::SynapseWeightMatrix Class Reference

#include <synapse.h>

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

Public Types

typedef row_type< Value_row_type
 
typedef matrix_type< Value_values_type
 
typedef halco::hicann_dls::vx::SynapseWeightMatrixOnDLS coordinate_type
 
typedef std::false_type has_local_data
 
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::SynapseWeightQuad::Value Value
 

Public Member Functions

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

Public Attributes

_values_type values
 Synapse weight array. More...
 

Friends

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

Detailed Description

Definition at line 212 of file synapse.h.

Member Typedef Documentation

◆ _row_type

◆ _values_type

◆ coordinate_type

typedef halco::hicann_dls::vx::SynapseWeightMatrixOnDLS lola::vx::SynapseWeightMatrix::coordinate_type

Definition at line 216 of file synapse.h.

◆ has_local_data

Definition at line 215 of file synapse.h.

◆ matrix_type

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

Definition at line 222 of file synapse.h.

◆ row_type

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

Definition at line 219 of file synapse.h.

◆ Value

typedef haldls::vx::SynapseWeightQuad::Value lola::vx::SynapseWeightMatrix::Value

Definition at line 225 of file synapse.h.

Constructor & Destructor Documentation

◆ SynapseWeightMatrix()

lola::vx::SynapseWeightMatrix::SynapseWeightMatrix ( )

Default constructor.

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Friends And Related Function Documentation

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

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

Definition at line 240 of file synapse.h.

◆ operator<<

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

Member Data Documentation

◆ values

_values_type lola::vx::SynapseWeightMatrix::values

Synapse weight array.

Definition at line 234 of file synapse.h.


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