occ
|
#include <cmath>
#include <fmt/core.h>
#include <occ/core/linear_algebra.h>
#include <occ/core/macros.h>
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) |