Class BasisTensionSplineSet

java.lang.Object
org.drip.sample.spline.BasisTensionSplineSet

public class BasisTensionSplineSet
extends java.lang.Object
BasisTensionSplineSet implements Samples for the Construction and the usage of various basis spline functions. It demonstrates the following: - Construction of Kocke-Lyche-Kvasov tension spline segment control parameters - using hyperbolic, exponential, rational linear, and rational quadratic primitives. - Control the segment using the rational shape controller, and the appropriate Ck. - Estimate the node value and the node value Jacobian with the segment, as well as at the boundaries. - Calculate the segment monotonicity.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    BasisTensionSplineSet()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] astrArgs)
    Entry Point

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BasisTensionSplineSet

      public BasisTensionSplineSet()
  • Method Details

    • main

      public static final void main​(java.lang.String[] astrArgs) throws java.lang.Exception
      Entry Point
      Parameters:
      astrArgs - Command Line Argument Array
      Throws:
      java.lang.Exception - Thrown on Error/Exception Situation