ALFI
Advanced Library for Function Interpolation
Loading...
Searching...
No Matches
alfi::spline::CubicSpline< Number, Container >::Conditions::Clamped Struct Referencefinal

#include <cubic.h>

Public Member Functions

 Clamped (SizeT point_idx, Number df)
 

Public Attributes

SizeT point_idx
 
Number df
 

Constructor & Destructor Documentation

◆ Clamped()

template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer>
alfi::spline::CubicSpline< Number, Container >::Conditions::Clamped::Clamped ( SizeT point_idx,
Number df )
inline

Member Data Documentation

◆ point_idx

template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer>
SizeT alfi::spline::CubicSpline< Number, Container >::Conditions::Clamped::point_idx

◆ df

template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer>
Number alfi::spline::CubicSpline< Number, Container >::Conditions::Clamped::df

The documentation for this struct was generated from the following file: