ALFI
Advanced Library for Function Interpolation
Loading...
Searching...
No Matches
misc.h File Reference
#include <iostream>
#include "config.h"
#include "dist.h"
#include "util/numeric.h"
Include dependency graph for misc.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::misc
 

Functions

template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer>
Container< Number > alfi::misc::barycentric (const Container< Number > &X, const Container< Number > &Y, const Container< Number > &xx, dist::Type dist_type=dist::Type::GENERAL, Number epsilon=std::numeric_limits< Number >::epsilon())