Uses of Class
org.drip.numerical.matrix.R1Square
| Package | Description | 
|---|---|
| org.drip.numerical.complex | Implementation of Complex Number Suite | 
| org.drip.numerical.decomposition | Jordan Normal, UV, and QR Decompositions | 
| org.drip.numerical.linearalgebra | Linear Algebra Matrix Transform Library | 
| org.drip.numerical.matrix | Implementation of R1 C1 Matrices | 
| org.drip.numerical.matrixnorm | Implementation of Matrix Norm Variants | 
- 
Uses of R1Square in org.drip.numerical.complexMethods in org.drip.numerical.complex with parameters of type R1Square Modifier and Type Method Description C1SquareC1Square. product(R1Square r1Square)Compute the Product with the other Square Matrix
- 
Uses of R1Square in org.drip.numerical.decompositionMethods in org.drip.numerical.decomposition with parameters of type R1Square Modifier and Type Method Description UVSingularValueDecomposer. decompose(R1Square r1Square)Run a Singular Value Decomposition on a specified Matrix
- 
Uses of R1Square in org.drip.numerical.linearalgebraMethods in org.drip.numerical.linearalgebra that return R1Square Modifier and Type Method Description R1SquareGershgorinAnalyzer. squareMatrix()Retrieve the Square MatrixR1SquareSylvesterEquation. squareMatrixA()Retrieve the "A" Square MatrixR1SquareSylvesterEquation. squareMatrixB()Retrieve the "B" Square MatrixR1SquareGershgorinAnalyzer. Strengthen(double t)Construct a "Gershgorin Strengthened" Square MatrixMethods in org.drip.numerical.linearalgebra with parameters of type R1Square Modifier and Type Method Description static GershgorinAnalyzerGershgorinAnalyzer. FromSquareMatrix(R1Square squareMatrix, boolean useRow)Construct a GershgorinAnalyzer Instance from the SquareMatrixConstructors in org.drip.numerical.linearalgebra with parameters of type R1Square Constructor Description GershgorinAnalyzer(R1Square squareMatrix, R1ClosenessVerifier r1ClosenessVerifier)GershgorinAnalyzer ConstructorSylvesterEquation(R1Square squareMatrixA, R1Square squareMatrixB)SylvesterEquation Constructor
- 
Uses of R1Square in org.drip.numerical.matrixSubclasses of R1Square in org.drip.numerical.matrix Modifier and Type Class Description classR1NonPeriodicTridiagonalR1NonPeriodicTridiagonal implements a banded R1 Non-periodic Tridiagonal Matrix.classR1PeriodicTridiagonalR1PeriodicTridiagonal implements a banded R1 Periodic Tridiagonal Matrix.classR1SquareEigenizedR1SquareEigenized implements an R1 Square Matrix with its Pre-computed Eigen-values and Eigen-vectors.classR1SquareRotation2x2R1SquareRotation2x2 implements the 2x2 R1 Square Rotation Matrix parameterized bytheta.classR1TriangularR1Triangular implements the type and Functionality associated with an R1 Triangular Matrix.classR1TridiagonalR1Tridiagonal abstracts the R1 Tridiagonal Matrix based on Periodic/non-Periodic setup.Methods in org.drip.numerical.matrix that return R1Square Modifier and Type Method Description R1SquareR1Square. add(R1Square squareMatrixOther)Compute the Addition with the other Square MatrixR1SquareR1Square. multiply(double[] r1Array)Compute the Product with the VectorR1SquareR1Square. multiply(R1Square squareMatrixOther)Compute the Product with the other Square MatrixR1SquareR1Square. power(int k)Compute the kth PowerR1SquareR1Square. scale(double scale)Scale the Square Matrixstatic R1SquareR1Square. Standard(double[][] r1Grid)Construct a Standard Instance of R1SquareR1SquareR1Square. subtract(R1Square squareMatrixOther)Compute the Subtraction with the other Square MatrixR1SquareR1Square. transpose()Transpose the Square MatrixMethods in org.drip.numerical.matrix with parameters of type R1Square Modifier and Type Method Description R1SquareR1Square. add(R1Square squareMatrixOther)Compute the Addition with the other Square MatrixR1SquareR1Square. multiply(R1Square squareMatrixOther)Compute the Product with the other Square MatrixR1SquareR1Square. subtract(R1Square squareMatrixOther)Compute the Subtraction with the other Square Matrix
- 
Uses of R1Square in org.drip.numerical.matrixnormMethods in org.drip.numerical.matrixnorm with parameters of type R1Square Modifier and Type Method Description doubleDoubleVectorOneTwoEvaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleDoubleVectorTwoInfinityEvaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleEntryWiseEvaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleFrobeniusEvaluator. norm(R1Square r1Square)Compute the Norm of the R1 Square MatrixdoubleGamma2Evaluator. norm(R1Square r1Square)Compute the Max Norm of the R1 Square MatrixdoubleMaxInfinityInfinityEvaluator. norm(R1Square r1Square)Compute the Max Norm of the R1 Square Matrixabstract doubleR1SquareEvaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleSingleVectorNorm1Evaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleSingleVectorNorm2Evaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleSingleVectorNormInfinityEvaluator. norm(R1Square r1Square)Compute the Norm of the R1Square MatrixdoubleFrobeniusEvaluator. svdNorm(R1Square r1Square)Compute the SVD-based Norm of the R1 Square MatrixdoubleFrobeniusEvaluator. traceNorm(R1Square r1Square)Compute the Trace-based Norm of the R1 Square MatrixR1SquareConsistencyValidatorR1SquareEvaluator. validator(R1Square a, R1Square b, double[] v, double alpha, int p)Construct a Norm Consistency Validator for the Suite of Inputs