20 #ifndef __SNELEMENT_H__145452__ 21 #define __SNELEMENT_H__145452__ 39 template <
class T,
unsigned int tp_size>
58 template <
class T,
unsigned int tp_size>
67 template <
class T,
unsigned int tp_size>
SNelement< T, tp_size > operator=(const SNelement< T, tp_size > &other)
SNelement(const unsigned int line, const unsigned int column, const T v)
Definition: SNelement.h:59
const T value
Definition: SNelement.h:43
const unsigned int column
Definition: SNelement.h:50
const unsigned int line
Definition: SNelement.h:49
This is a template class that represent an element of a SNmatrix.
Definition: SNelement.h:40
T getValue() const
Definition: SNelement.h:68