spline_test.cxx File Reference
#include <cxxtls/spline.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes |
struct | doubler< X > |
| This function is used to test the 'apply'. More...
|
Functions |
int | main () |
template<class T > |
ostream & | operator<< (ostream &cout, set< T > const &s) |
template<class X , class Y , class Z > |
ostream & | operator<< (ostream &cout, spline< X, Y, Z > const &sf) |
Function Documentation
ostream& operator<< |
( |
ostream & |
cout, |
|
|
set< T > const & |
s | |
|
) |
| | |
ostream& operator<< |
( |
ostream & |
cout, |
|
|
spline< X, Y, Z > const & |
sf | |
|
) |
| | |