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 class
DoubleVectorNormEvaluator
DoubleVectorNormEvaluator exposes the row/column alpha/beta Vector Norm of a R1Square Matrix.class
DoubleVectorOneTwoEvaluator
DoubleVectorOneTwoEvaluator exposes the row/column alpha = 1/beta = 2 Vector Norm of a R1 Square Matrix.class
DoubleVectorTwoInfinityEvaluator
DoubleVectorTwoInfinityEvaluator exposes the row/column alpha = 2/beta = Infinity Vector Norm of a R1 Square Matrix.class
EntryWiseEvaluator
EntryWiseEvaluator computes the Entry-wise Norm of a R1Square Matrix.class
FrobeniusEvaluator
FrobeniusEvaluator computes the Entry-wise L2, 2 Norm of the Entries of the R1 Square Matrix.class
Gamma2Evaluator
Gamma2Evaluator computes the Max Norm variant of the Gamma2 Evaluator of the R1 Square Matrix.class
MaxInfinityInfinityEvaluator
MaxInfinityInfinityEvaluator computes the Entry-wise LInfinity, Infinity Norm of the Entries of the R1 Square Matrix.class
SingleVectorNorm1Evaluator
SingleVectorNorm1Evaluator exposes the Single Vector p = 1 Norm applicable to both Rows/Columns of a R1 Square Matrix.class
SingleVectorNorm2Evaluator
SingleVectorNorm2Evaluator exposes the Single Vector p = 2 Norm applicable to both Rows/Columns of a R1 Square Matrix.class
SingleVectorNormEvaluator
SingleVectorNormEvaluator exposes the Single Vector p-Norm applicable to both Rows/Columns of a R1 Square Matrix.class
SingleVectorNormInfinityEvaluator
SingleVectorNormInfinityEvaluator exposes the Single Vector p = Infinity Norm applicable to both Rows/Columns of a R1 Square Matrix.