Skip to content

Commit

Permalink
Features:
Browse files Browse the repository at this point in the history
	- Diffusion 1D Discretized Evolver #1 (1, 2, 3)
	- Diffusion 1D Discretized Evolver #2 (4, 5, 6)


Bug Fixes/Re-organization:

Samples:

	- Diffusion 1D Discretized Evolver #1 (7, 8, 9)
	- Diffusion 1D Discretized Evolver #2 (10, 11, 12)


IdeaDRIP:

	- Sylvester Equation (13-26)
	- Sylvester Equation - Existence and uniqueness of the solutions (27-72)
	- Sylvester Equation - Roth's removal rule (73-82)
	- Sylvester Equation - Numerical solutions (83-86)
	- Alternating-direction implicit method (87-90)
	- Alternating-direction implicit method ADI for matrix equations - The (91-98)
	- Alternating-direction implicit method ADI for matrix equations - When to use ADI (99-114)
	- Alternating-direction implicit method ADI for matrix equations - Shift-parameter selection and the ADI error equation (115-120)
  • Loading branch information
Lakshmik committed Jul 3, 2024
1 parent 48d901a commit da64d64
Show file tree
Hide file tree
Showing 10,352 changed files with 31,311 additions and 25,098 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7,532 changes: 3,800 additions & 3,732 deletions Javadoc/allclasses-index.html

Large diffs are not rendered by default.

498 changes: 258 additions & 240 deletions Javadoc/allpackages-index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Javadoc/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>Constant Field Values</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="summary of constants">
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>Deprecated List</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="deprecated elements">
<meta name="generator" content="javadoc/DeprecatedListWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
3 changes: 3 additions & 0 deletions Javadoc/element-list
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ org.drip.exposure.mpor
org.drip.exposure.regression
org.drip.exposure.regressiontrade
org.drip.exposure.universe
org.drip.fdm.cranknicolson
org.drip.fdm.definition
org.drip.feed.loader
org.drip.feed.metric
org.drip.feed.transformer
Expand Down Expand Up @@ -233,6 +235,7 @@ org.drip.sample.connectivity
org.drip.sample.corporate
org.drip.sample.correlatedstress
org.drip.sample.coveringnumber
org.drip.sample.cranknicolson
org.drip.sample.credit
org.drip.sample.creditfeed
org.drip.sample.credithistorical
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>API Help</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="help">
<meta name="generator" content="javadoc/HelpWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
12 changes: 10 additions & 2 deletions Javadoc/index-files/index-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>A-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: A">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down Expand Up @@ -1261,6 +1261,14 @@ <h2 class="title" id="I:A">A</h2>
<dd>
<div class="block">Add the regular SATURDAY/SUNDAY weekend</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html#addStateResponse(double,double%5B%5D)">addStateResponse(double, double[])</a></span> - Method in class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html" title="class in org.drip.fdm.definition">R1EvolutionSnapshot</a></dt>
<dd>
<div class="block">Add the State Response Snapshot Array corresponding to the Time Node</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html#addStateResponse(double,double%5B%5D,double%5B%5D%5B%5D,double%5B%5D,double%5B%5D)">addStateResponse(double, double[], double[][], double[], double[])</a></span> - Method in class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html" title="class in org.drip.fdm.definition">R1EvolutionSnapshot</a></dt>
<dd>
<div class="block">Add the State Response Snapshot Array corresponding to the Time Node</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/analytics/eventday/Locale.html#addStaticHoliday(java.lang.String,java.lang.String)">addStaticHoliday(String, String)</a></span> - Method in class org.drip.analytics.eventday.<a href="../org/drip/analytics/eventday/Locale.html" title="class in org.drip.analytics.eventday">Locale</a></dt>
<dd>
<div class="block">Add the given string date as a static holiday</div>
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>J-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: J">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>K-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: K">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-12.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>L-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: L">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
8 changes: 6 additions & 2 deletions Javadoc/index-files/index-13.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>M-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: M">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down Expand Up @@ -3819,6 +3819,10 @@ <h2 class="title" id="I:M">M</h2>
<dd>
<div class="block">Entry Point</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/sample/cranknicolson/Diffusion1DDiscretizedEvolver.html#main(java.lang.String%5B%5D)">main(String[])</a></span> - Static method in class org.drip.sample.cranknicolson.<a href="../org/drip/sample/cranknicolson/Diffusion1DDiscretizedEvolver.html" title="class in org.drip.sample.cranknicolson">Diffusion1DDiscretizedEvolver</a></dt>
<dd>
<div class="block">Entry Point</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/sample/credit/BuiltInCDSPortfolioDefinitions.html#main(java.lang.String%5B%5D)">main(String[])</a></span> - Static method in class org.drip.sample.credit.<a href="../org/drip/sample/credit/BuiltInCDSPortfolioDefinitions.html" title="class in org.drip.sample.credit">BuiltInCDSPortfolioDefinitions</a></dt>
<dd>
<div class="block">Entry Point</div>
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>N-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: N">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
16 changes: 14 additions & 2 deletions Javadoc/index-files/index-15.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>O-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: O">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down Expand Up @@ -1524,6 +1524,14 @@ <h2 class="title" id="I:O">O</h2>
<dd>
<div class="block">Exposure Generation - Market States Simulation</div>
</dd>
<dt><a href="../org/drip/fdm/cranknicolson/package-summary.html">org.drip.fdm.cranknicolson</a> - package org.drip.fdm.cranknicolson</dt>
<dd>
<div class="block">Finite Difference Crank-Nicolson Discretizer</div>
</dd>
<dt><a href="../org/drip/fdm/definition/package-summary.html">org.drip.fdm.definition</a> - package org.drip.fdm.definition</dt>
<dd>
<div class="block">Finite Difference PDE Evolver Schemes</div>
</dd>
<dt><a href="../org/drip/feed/loader/package-summary.html">org.drip.feed.loader</a> - package org.drip.feed.loader</dt>
<dd>
<div class="block">Reference/Market Data Feed Loader</div>
Expand Down Expand Up @@ -2220,6 +2228,10 @@ <h2 class="title" id="I:O">O</h2>
<dd>
<div class="block">Agnostic Function Covering Number Bounds</div>
</dd>
<dt><a href="../org/drip/sample/cranknicolson/package-summary.html">org.drip.sample.cranknicolson</a> - package org.drip.sample.cranknicolson</dt>
<dd>
<div class="block">Crank Nicolson Finite Difference Evolution</div>
</dd>
<dt><a href="../org/drip/sample/credit/package-summary.html">org.drip.sample.credit</a> - package org.drip.sample.credit</dt>
<dd>
<div class="block">Single Name Portfolio CDS Analytics</div>
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-16.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>P-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: P">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions Javadoc/index-files/index-17.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>Q-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: Q">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down
34 changes: 32 additions & 2 deletions Javadoc/index-files/index-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (15) on Fri Jun 28 21:11:35 EDT 2024 -->
<!-- Generated by javadoc (15) on Tue Jul 02 22:13:33 EDT 2024 -->
<title>R-Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2024-06-28">
<meta name="dc.created" content="2024-07-02">
<meta name="description" content="index: R">
<meta name="generator" content="javadoc/SplitIndexWriter">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
Expand Down Expand Up @@ -273,6 +273,14 @@ <h2 class="title" id="I:R">R</h2>
<dd>
<div class="block">R1Estimate Constructor</div>
</dd>
<dt><a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html" title="class in org.drip.fdm.definition"><span class="type-name-link">R1EvolutionSnapshot</span></a> - Class in <a href="../org/drip/fdm/definition/package-summary.html">org.drip.fdm.definition</a></dt>
<dd>
<div class="block"><i>R1EvolutionSnapshot</i> maintains the time Snapshots for R<sup>1</sup> State Factor Space Evolution.</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html#%3Cinit%3E(double%5B%5D)">R1EvolutionSnapshot(double[])</a></span> - Constructor for class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1EvolutionSnapshot.html" title="class in org.drip.fdm.definition">R1EvolutionSnapshot</a></dt>
<dd>
<div class="block"><i>R1EvolutionSnapshot</i> Constructor</div>
</dd>
<dt><a href="../org/drip/dynamics/kolmogorov/R1FokkerPlanck.html" title="class in org.drip.dynamics.kolmogorov"><span class="type-name-link">R1FokkerPlanck</span></a> - Class in <a href="../org/drip/dynamics/kolmogorov/package-summary.html">org.drip.dynamics.kolmogorov</a></dt>
<dd>
<div class="block"><i>R1FokkerPlanck</i> exposes the R<sup>1</sup> Fokker-Planck Probability Density Function Evolution
Expand Down Expand Up @@ -648,6 +656,24 @@ <h2 class="title" id="I:R">R</h2>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/sample/exponential/R1SignificantStatistics.html#%3Cinit%3E()">R1SignificantStatistics()</a></span> - Constructor for class org.drip.sample.exponential.<a href="../org/drip/sample/exponential/R1SignificantStatistics.html" title="class in org.drip.sample.exponential">R1SignificantStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="../org/drip/fdm/definition/R1StateResponseSnapshot.html" title="class in org.drip.fdm.definition"><span class="type-name-link">R1StateResponseSnapshot</span></a> - Class in <a href="../org/drip/fdm/definition/package-summary.html">org.drip.fdm.definition</a></dt>
<dd>
<div class="block"><i>R1StateResponseSnapshot</i> maintains the R<sup>1</sup> State Factor Space Snapshot.</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1StateResponseSnapshot.html#%3Cinit%3E(double%5B%5D)">R1StateResponseSnapshot(double[])</a></span> - Constructor for class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1StateResponseSnapshot.html" title="class in org.drip.fdm.definition">R1StateResponseSnapshot</a></dt>
<dd>
<div class="block"><i>R1StateResponseSnapshot</i> Constructor</div>
</dd>
<dt><a href="../org/drip/fdm/definition/R1StateResponseSnapshotDiagnostics.html" title="class in org.drip.fdm.definition"><span class="type-name-link">R1StateResponseSnapshotDiagnostics</span></a> - Class in <a href="../org/drip/fdm/definition/package-summary.html">org.drip.fdm.definition</a></dt>
<dd>
<div class="block"><i>R1StateResponseSnapshotDiagnostics</i> augments <i>R1StateResponseSnapshot</i> by collecting additional
Snapshot Diagnostics, i.e., State Response Time-shift Jacobian, the State Response array, and the
von-Newmann stability metric array.</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1StateResponseSnapshotDiagnostics.html#%3Cinit%3E(double%5B%5D,double%5B%5D%5B%5D,double%5B%5D,double%5B%5D)">R1StateResponseSnapshotDiagnostics(double[], double[][], double[], double[])</a></span> - Constructor for class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1StateResponseSnapshotDiagnostics.html" title="class in org.drip.fdm.definition">R1StateResponseSnapshotDiagnostics</a></dt>
<dd>
<div class="block">Construct an Instance of <i>R1StateResponseSnapshotDiagnostics</i> from the Inputs</div>
</dd>
<dt><a href="../org/drip/sample/pareto/R1Statistics.html" title="class in org.drip.sample.pareto"><span class="type-name-link">R1Statistics</span></a> - Class in <a href="../org/drip/sample/pareto/package-summary.html">org.drip.sample.pareto</a></dt>
<dd>
<div class="block"><i>R1Statistics</i> illustrates the Generation of Significant Statistics for the R<sup>1</sup> Pareto
Expand Down Expand Up @@ -2122,6 +2148,10 @@ <h2 class="title" id="I:R">R</h2>
<dd>
<div class="block">Retrieve the Realization Vertex</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/fdm/definition/R1StateResponseSnapshot.html#realizationArray()">realizationArray()</a></span> - Method in class org.drip.fdm.definition.<a href="../org/drip/fdm/definition/R1StateResponseSnapshot.html" title="class in org.drip.fdm.definition">R1StateResponseSnapshot</a></dt>
<dd>
<div class="block">Retrieve the Array of State Response Realization</div>
</dd>
<dt><span class="member-name-link"><a href="../org/drip/validation/evidence/Sample.html#realizationArray()">realizationArray()</a></span> - Method in class org.drip.validation.evidence.<a href="../org/drip/validation/evidence/Sample.html" title="class in org.drip.validation.evidence">Sample</a></dt>
<dd>
<div class="block">Retrieve the Realization Array</div>
Expand Down
Loading

0 comments on commit da64d64

Please sign in to comment.