Uses of Class
org.drip.spline.basis.ExponentialTensionSetParams
Package | Description |
---|---|
org.drip.spline.basis |
Basis Spline Construction/Customization Parameters
|
org.drip.spline.tension |
Koch Lyche Kvasov Tension Splines
|
-
Uses of ExponentialTensionSetParams in org.drip.spline.basis
Methods in org.drip.spline.basis with parameters of type ExponentialTensionSetParams Modifier and Type Method Description static FunctionSet
FunctionSetBuilder. ExponentialTensionBasisSet(ExponentialTensionSetParams exponentialTensionSetParams)
This function implements the elastic coefficients for the segment using tension exponential basis splines inside - [0,...,1) - Globally [x_0,...,x_1).static FunctionSet
FunctionSetBuilder. HyperbolicTensionBasisSet(ExponentialTensionSetParams exponentialTensionSetParams)
This function implements the elastic coefficients for the segment using tension hyperbolic basis splines inside - [0,...,1) - Globally [x_0,...,x_1). -
Uses of ExponentialTensionSetParams in org.drip.spline.tension
Methods in org.drip.spline.tension with parameters of type ExponentialTensionSetParams Modifier and Type Method Description static FunctionSet
KochLycheKvasovFamily. FromExponentialPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Exponential Denominatorstatic FunctionSet
KochLycheKvasovFamily. FromHyperbolicPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)
Implement the Basis Function Set from the Hyperbolic Hat Primitive Setstatic FunctionSet
KochLycheKvasovFamily. FromRationalLinearPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Linear Rational Denominatorstatic FunctionSet
KochLycheKvasovFamily. FromRationalQuadraticPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Quadratic Rational Denominator