Package | Description |
---|---|
org.drip.spline.basis | |
org.drip.spline.tension |
Modifier and Type | Method and Description |
---|---|
static FunctionSet |
FunctionSetBuilder.ExponentialTensionBasisSet(ExponentialTensionSetParams etsp)
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 etsp)
This function implements the elastic coefficients for the segment using tension hyperbolic basis
splines inside - [0,...,1) - Globally [x_0,...,x_1).
|
Modifier and Type | Method and Description |
---|---|
static FunctionSet |
KochLycheKvasovFamily.FromExponentialPrimitive(ExponentialTensionSetParams etsp)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Exponential Denominator
|
static FunctionSet |
KochLycheKvasovFamily.FromHyperbolicPrimitive(ExponentialTensionSetParams etsp)
Implement the Basis Function Set from the Hyperbolic Hat Primitive Set
|
static FunctionSet |
KochLycheKvasovFamily.FromRationalLinearPrimitive(ExponentialTensionSetParams etsp)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Linear Rational Denominator
|
static FunctionSet |
KochLycheKvasovFamily.FromRationalQuadraticPrimitive(ExponentialTensionSetParams etsp)
Implement the Basis Function Set from the Cubic Polynomial Numerator and Quadratic Rational
Denominator
|