#include <array>
#include "m_num.h"
Go to the source code of this file.
|
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) |
|
template<class U , unsigned int s>
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 |
|
) |
| |