finitediff
Public Member Functions | Public Attributes | Private Attributes | List of all members
SNelement< T, tp_size > Class Template Reference

This is a template class that represent an element of a SNmatrix. More...

#include <SNelement.h>

Public Member Functions

 SNelement (const unsigned int line, const unsigned int column, const T v)
 
SNelement< T, tp_size > operator= (const SNelement< T, tp_size > &other)
 
getValue () const
 

Public Attributes

const unsigned int line
 
const unsigned int column
 

Private Attributes

const T value
 

Detailed Description

template<class T, unsigned int tp_size>
class SNelement< T, tp_size >

This is a template class that represent an element of a SNmatrix.

The template arguments T and tp_size have the same meaning.

Constructor & Destructor Documentation

template<class T , unsigned int tp_size>
SNelement< T, tp_size >::SNelement ( const unsigned int  line,
const unsigned int  column,
const T  v 
)

Member Function Documentation

template<class T , unsigned int tp_size>
T SNelement< T, tp_size >::getValue ( ) const
template<class T, unsigned int tp_size>
SNelement<T,tp_size> SNelement< T, tp_size >::operator= ( const SNelement< T, tp_size > &  other)

Member Data Documentation

template<class T, unsigned int tp_size>
const unsigned int SNelement< T, tp_size >::column
template<class T, unsigned int tp_size>
const unsigned int SNelement< T, tp_size >::line
template<class T, unsigned int tp_size>
const T SNelement< T, tp_size >::value
private

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