finitediff
Classes | Functions
SNgeneric.h File Reference
#include <cmath>
#include <array>
#include <string>
#include "SNgaussian.h"
#include "SNline.h"
#include "m_num.h"
#include "MathUtilities.h"
#include "../Utilities.h"
Include dependency graph for SNgeneric.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SNgaussian< T, tp_size >
 
class  SNgeneric< T, tp_size >
 This is the base class for the other matrices types. More...
 
class  SpecialValue< T >
 

Functions

template<class V , unsigned int s>
std::ostream & operator<< (std::ostream &stream, const SNgeneric< V, s > &snm)
 

Function Documentation

template<class V , unsigned int s>
std::ostream& operator<< ( std::ostream &  stream,
const SNgeneric< V, s > &  snm 
)