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