Package org.drip.sample.numerical
Search, Quadratures, Fourier Phase Tracker
- Author:
- Lakshmi Krishnamurthy
-
Class Summary Class Description BinaryDigitCount BinaryDigitCount illustrates the Estimation of the Binary Digit Count for the Set of Integers.FixedPointSearch FixedPointSearch contains a sample illustration of usage of the Root Finder Library.IntegerDivision IntegerDivision shows the Division of Two Integers without using Multiplication, Division, and Mod Operator.IntegerPower IntegerPower shows the Computation of the Integer Power of a Number.IntegrandQuadrature IntegrandQuadrature shows samples for the following routines for integrating the objective function: - Mid-Point Scheme - Trapezoidal Scheme - Simpson/Simpson38 schemes - Boole Scheme
Module = Computational Core Module Library = Numerical Analysis Library Project = DROP API Construction and Usage Package = Search, Quadratures, Fourier Phase TrackerPhaseTrackerComparison PhaseTrackerComparison demonstrates the Log + Power Complex Number Phase Correction Functionality implemented by three different ways for the calculation of the Inverse Fourier Transforms.PrimeFactorEstimator PrimeFactorEstimator shows samples for estimating the Prime Factor of a given Integer.UglyNumber UglyNumber shows the Computation of the nth Ugly Number for the Input Number Triplet.