occ
Loading...
Searching...
No Matches
interpolator.h File Reference
#include <cmath>
#include <fmt/core.h>
#include <occ/core/linear_algebra.h>
#include <occ/core/macros.h>
Include dependency graph for interpolator.h:
This graph shows which files directly or indirectly include this file:

Classes

class  occ::core::Interpolator1D< T, mapping >
 Class for interpolating one-dimensional functions. More...
 

Namespaces

namespace  occ
 
namespace  occ::core
 fundamental functionality for linear algebra, utilities, molecules and more
 

Enumerations

enum  occ::core::DomainMapping { occ::core::Linear , occ::core::SquareRoot , occ::core::Log }
 An enum to specify the mapping of the domain of inputs for interpolation. More...
 

Functions

template<typename T >
OCC_ALWAYS_INLINE T occ::core::lerp (T v0, T v1, T t)