Uses of Class
org.drip.numerical.matrixnorm.R1SquareEvaluator
| Package | Description |
|---|---|
| org.drip.numerical.matrixnorm |
Implementation of Matrix Norm Variants
|
-
Uses of R1SquareEvaluator in org.drip.numerical.matrixnorm
Subclasses of R1SquareEvaluator in org.drip.numerical.matrixnorm Modifier and Type Class Description classDoubleVectorNormEvaluatorDoubleVectorNormEvaluator exposes the row/column alpha/beta Vector Norm of a R1Square Matrix.classDoubleVectorOneTwoEvaluatorDoubleVectorOneTwoEvaluator exposes the row/column alpha = 1/beta = 2 Vector Norm of a R1 Square Matrix.classDoubleVectorTwoInfinityEvaluatorDoubleVectorTwoInfinityEvaluator exposes the row/column alpha = 2/beta = Infinity Vector Norm of a R1 Square Matrix.classEntryWiseEvaluatorEntryWiseEvaluator computes the Entry-wise Norm of a R1Square Matrix.classFrobeniusEvaluatorFrobeniusEvaluator computes the Entry-wise L2, 2 Norm of the Entries of the R1 Square Matrix.classGamma2EvaluatorGamma2Evaluator computes the Max Norm variant of the Gamma2 Evaluator of the R1 Square Matrix.classMaxInfinityInfinityEvaluatorMaxInfinityInfinityEvaluator computes the Entry-wise LInfinity, Infinity Norm of the Entries of the R1 Square Matrix.classSingleVectorNorm1EvaluatorSingleVectorNorm1Evaluator exposes the Single Vector p = 1 Norm applicable to both Rows/Columns of a R1 Square Matrix.classSingleVectorNorm2EvaluatorSingleVectorNorm2Evaluator exposes the Single Vector p = 2 Norm applicable to both Rows/Columns of a R1 Square Matrix.classSingleVectorNormEvaluatorSingleVectorNormEvaluator exposes the Single Vector p-Norm applicable to both Rows/Columns of a R1 Square Matrix.classSingleVectorNormInfinityEvaluatorSingleVectorNormInfinityEvaluator exposes the Single Vector p = Infinity Norm applicable to both Rows/Columns of a R1 Square Matrix.