Class BasisSplineSet

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

public class BasisSplineSet
extends java.lang.Object
BasisSplineSet implements Samples for the Construction and the usage of various basis spline functions. It demonstrates the following: - Construction of segment control parameters - polynomial (regular/Bernstein) segment control, exponential/hyperbolic tension segment control, Kaklis-Pandelis tension segment control, and C1 Hermite. - 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
    BasisSplineSet()  
  • 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

    • BasisSplineSet

      public BasisSplineSet()
  • 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