Package org.drip.sample.matrix
Class SylvesterInterpolantReconciler
java.lang.Object
org.drip.sample.matrix.SylvesterInterpolantReconciler
public class SylvesterInterpolantReconciler
extends java.lang.Object
SylvesterInterpolantReconciler demonstrates the Construction and Usage of the Sylvester Matrix
Interpolant. The References are:
- Claerbout, J. F. (1985): Fundamentals of Geo-physical Data Processing Blackwell Scientific
- Horn, R. A., and C. R. Johnson (1991): Topics in Matrix Analysis Cambridge University Press
- Schwerdtfeger, A. (1938): Les Fonctions de Matrices: Les Fonctions Univalentes I Hermann Paris, France
- Sylvester, J. J. (1883): On the Equation to the Secular Inequalities in the Planetary Theory The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science 16 (100) 267-269
- Wikipedia (2019): Sylvester Formula https://en.wikipedia.org/wiki/Sylvester%27s_formula
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = DROP API Construction and Usage
- Package = Cholesky Factorization, PCA, and Eigenization
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description SylvesterInterpolantReconciler()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SylvesterInterpolantReconciler
public SylvesterInterpolantReconciler()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-