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

#include <SNvector.h>

Public Member Functions

get (unsigned int) const
 
T & at (unsigned int)
 

Private Attributes

std::array< T, tp_size > data
 

Member Function Documentation

template<class T , unsigned int tp_size>
T & SNvector< T, tp_size >::at ( unsigned int  i)
template<class T , unsigned int tp_size>
T SNvector< T, tp_size >::get ( unsigned int  i) const

Member Data Documentation

template<class T , unsigned int tp_size>
std::array<T,tp_size> SNvector< T, tp_size >::data
private

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