Package org.drip.sample.triangular

Triangular Matrix Variants and Solutions
Author:
Lakshmi Krishnamurthy
  • Class Summary
    Class Description
    AtomicLowerUnitriangular
    AtomicLowerUnitriangular shows the Construction, the Usage, and the Analysis of a Atomic Lower Unitriangular Matrix.
    AtomicUpperUnitriangular
    AtomicUpperUnitriangular shows the Construction, the Usage, and the Analysis of a Atomic Upper Unitriangular Matrix.
    Diagonal
    Diagonal shows the Construction, the Usage, and the Analysis of a Diagonal Matrix.
    Lower
    Lower shows the Construction, the Usage, and the Analysis of a Lower Triangular Matrix.
    LowerSolverSuite
    LowerSolverSuite shows the Construction and the Solution of a Lower Triangular Matrix.
    LowerUnitriangular
    LowerUnitriangular shows the Construction, the Usage, and the Analysis of a Lower Uni-triangular Matrix.
    StrictlyLower
    StrictlyLower shows the Construction, the Usage, and the Analysis of a Strictly Lower Triangular Matrix.
    StrictlyUpper
    StrictlyUpper shows the Construction, the Usage, and the Analysis of a Strictly Upper Triangular Matrix.
    Upper
    Upper shows the Construction, the Usage, and the Analysis of an Upper Triangular Matrix.
    UpperSolverSuite
    UpperSolverSuite shows the Construction and the Solution of a Upper Triangular Matrix.
    UpperUnitriangular
    UpperUnitriangular shows the Construction, the Usage, and the Analysis of a Upper Uni-triangular Matrix.