Uses of Package
org.drip.numerical.matrixnorm
Package | Description |
---|---|
org.drip.numerical.matrixnorm |
Implementation of Matrix Norm Variants
|
-
Classes in org.drip.numerical.matrixnorm used by org.drip.numerical.matrixnorm Class Description DoubleVectorNormEvaluator DoubleVectorNormEvaluator exposes the row/column alpha/beta Vector Norm of a R1Square Matrix.EntryWiseEvaluator EntryWiseEvaluator computes the Entry-wise Norm of a R1Square Matrix.MaxInfinityInfinityEvaluator MaxInfinityInfinityEvaluator computes the Entry-wise LInfinity, Infinity Norm of the Entries of the R1 Square Matrix.R1SquareConsistencyValidator R1SquareConsistencyValidator contains the Consistency Validation Checks for the Norm Evaluator of a R1 Square Matrix.R1SquareEvaluator R1SquareEvaluator exposes the Norm of a R1Square Matrix.SingleVectorNormEvaluator SingleVectorNormEvaluator exposes the Single Vector p-Norm applicable to both Rows/Columns of a R1 Square Matrix.