Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Functions
simplex.hh File Reference
#include <armadillo>
#include "system/system.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Simplex< N >
 
class  Simplex< 0 >
 
class  Simplex< N >
 

Functions

template<unsigned int N>
std::ostream & operator<< (std::ostream &os, const Simplex< N > &s)
 Operator for printing Simplex<N>. More...
 

Function Documentation

template<unsigned int N>
std::ostream& operator<< ( std::ostream &  os,
const Simplex< N > &  s 
)

Operator for printing Simplex<N>.

Friend output operator.

Definition at line 69 of file simplex.cc.