NeoPZ
Classes | Functions
tinyvec.h File Reference
#include <utils/tinyveccpy.h>
Include dependency graph for tinyvec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TinyVector< T, Num >
 
class  TinyVector< T, Num >
 

Functions

template<class T , int Num>
TinyVector< T, Num > operator* (const T &val, const TinyVector< T, Num > &v)
 
template<class T , int Num>
std::ostream & operator<< (std::ostream &os, const TinyVector< T, Num > &v)
 

Function Documentation

◆ operator*()

template<class T , int Num>
TinyVector< T, Num > operator* ( const T &  val,
const TinyVector< T, Num > &  v 
)
inline

Definition at line 91 of file tinyvec.h.

References tmp.

◆ operator<<()

template<class T , int Num>
std::ostream& operator<< ( std::ostream &  os,
const TinyVector< T, Num > &  v 
)
inline

Definition at line 124 of file tinyvec.h.