#include <cxxtls/spline.h>
#include <iostream>
#include <algorithm>
#include <cxxtls/ascii_chart.h>
#include <vector>
Go to the source code of this file.
Typedefs | |
typedef spline< float, float > | Function |
typedef vector< pair< float, float > > | values_t |
Functions | |
int | main (int argc, char **argv) |
Definition at line 10 of file graphs.cxx.
typedef vector< pair<float,float> > values_t |
Definition at line 11 of file graphs.cxx.
int main | ( | int | argc, | |
char ** | argv | |||
) |