Uses of Class
org.drip.numerical.matrixnorm.EntryWiseEvaluator
Package | Description |
---|---|
org.drip.numerical.matrixnorm |
Implementation of Matrix Norm Variants
|
-
Uses of EntryWiseEvaluator in org.drip.numerical.matrixnorm
Subclasses of EntryWiseEvaluator in org.drip.numerical.matrixnorm Modifier and Type Class Description 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.Methods in org.drip.numerical.matrixnorm that return EntryWiseEvaluator Modifier and Type Method Description static EntryWiseEvaluator
EntryWiseEvaluator. L2_1()
Construct a L2, 1 Instance of EntryWiseEvaluatorstatic EntryWiseEvaluator
EntryWiseEvaluator. Lp_p(int p)
Construct a Lp, p Instance of EntryWiseEvaluator