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

Go to the source code of this file.

Classes

class  SNmatrix< T, tp_size >
 Represent a square numerical matrix. More...
 
class  SNline< T, tp_size >
 

Functions

template<class U , class V , unsigned int s>
bool operator== (const SNline< U, s > &A, const SNline< V, s > &B)
 
template<class U , unsigned int s>
SNline< U, s > operator* (U m, const SNline< U, s > &v)
 
template<class V , unsigned int s>
std::ostream & operator<< (std::ostream &stream, const SNline< V, s > &line)
 

Function Documentation

template<class U , unsigned int s>
SNline<U,s> operator* ( m,
const SNline< U, s > &  v 
)
template<class V , unsigned int s>
std::ostream& operator<< ( std::ostream &  stream,
const SNline< V, s > &  line 
)
template<class U , class V , unsigned int s>
bool operator== ( const SNline< U, s > &  A,
const SNline< V, s > &  B 
)