|
The Fib multimedia system
Fib is a system for storing multimedia data (like images or films).
|
#include "version.h"#include "./cDataPoint.h"#include "./cDataPointRange.h"#include <vector>#include <algorithm>#include "../src/nD1.cpp"

Go to the source code of this file.
Namespaces | |
| namespace | fib |
| namespace | fib::algorithms |
| namespace | fib::algorithms::nD1 |
Functions | |
| template<class tX , class tY > | |
| vector< cDataPoint< tX, tY > > | fib::algorithms::nD1::derivate (const vector< cDataPoint< tX, tY > > &vecInput) |
| template<class tX , class tY > | |
| pair< vector< cDataPointRange < tX, tY > >, cDataPointRange < tX, tY > > | fib::algorithms::nD1::derivateDist (const vector< cDataPointRange< tX, tY > > &vecInput) |