|
finitediff
|
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) |
| T | getValue () const |
Public Attributes | |
| const unsigned int | line |
| const unsigned int | column |
Private Attributes | |
| const T | value |
This is a template class that represent an element of a SNmatrix.
The template arguments T and tp_size have the same meaning.
| SNelement< T, tp_size >::SNelement | ( | const unsigned int | line, |
| const unsigned int | column, | ||
| const T | v | ||
| ) |
| T SNelement< T, tp_size >::getValue | ( | ) | const |
| SNelement<T,tp_size> SNelement< T, tp_size >::operator= | ( | const SNelement< T, tp_size > & | other | ) |
| const unsigned int SNelement< T, tp_size >::column |
| const unsigned int SNelement< T, tp_size >::line |
|
private |
1.8.11