ALFI
Advanced Library for Function Interpolation
Loading...
Searching...
No Matches
spline.h File Reference
#include <iostream>
#include "../config.h"
#include "../util/linalg.h"
Include dependency graph for spline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  alfi
 
namespace  alfi::util
 
namespace  alfi::util::spline
 

Functions

template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer>
Container< Number > alfi::util::spline::simple_spline (const Container< Number > &X, const Container< Number > &Y, SizeT degree)