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 FunctionSetFunctionSetBuilder. 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 FunctionSetFunctionSetBuilder. 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 FunctionSetKochLycheKvasovFamily. FromExponentialPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)Implement the Basis Function Set from the Cubic Polynomial Numerator and Exponential Denominatorstatic FunctionSetKochLycheKvasovFamily. FromHyperbolicPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)Implement the Basis Function Set from the Hyperbolic Hat Primitive Setstatic FunctionSetKochLycheKvasovFamily. FromRationalLinearPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)Implement the Basis Function Set from the Cubic Polynomial Numerator and Linear Rational Denominatorstatic FunctionSetKochLycheKvasovFamily. FromRationalQuadraticPrimitive(ExponentialTensionSetParams exponentialTensionSetParams)Implement the Basis Function Set from the Cubic Polynomial Numerator and Quadratic Rational Denominator