Class SingleVectorNormEvaluator

java.lang.Object
org.drip.numerical.matrixnorm.R1SquareEvaluator
org.drip.numerical.matrixnorm.SingleVectorNormEvaluator
Direct Known Subclasses:
SingleVectorNorm1Evaluator, SingleVectorNorm2Evaluator, SingleVectorNormInfinityEvaluator

public abstract class SingleVectorNormEvaluator
extends R1SquareEvaluator
SingleVectorNormEvaluator exposes the Single Vector p-Norm applicable to both Rows/Columns of a R1 Square Matrix. The References are:

  • Alon, N., and A. Naor (2004): Approximating the Cut-norm via Grothendieck Inequality Proceedings of the 36th Annual ACM Symposium on Theory of Computing STOC’04 ACM Chicago IL
  • Golub, G. H., and C. F. van Loan (1996): Matrix Computations 3rd Edition Johns Hopkins University Press Baltimore MD
  • Horn, R. A., and C. R. Johnson (2013): Matrix Analysis 2nd Edition Cambridge University Press Cambridge UK
  • Lazslo, L. (2012): Large Networks and Graph Limits American Mathematical Society Providence RI
  • Wikipedia (2024): Matrix Norm https://en.wikipedia.org/wiki/Matrix_norm




Author:
Lakshmi Krishnamurthy
  • Method Summary

    Modifier and Type Method Description
    int compatibleVectorP()
    Retrieve the Compatible Vector p-Norm
    int p()
    Retrieve the p-Norm

    Methods inherited from class org.drip.numerical.matrixnorm.R1SquareEvaluator

    norm, validator

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • p

      public int p()
      Retrieve the p-Norm
      Returns:
      p-Norm
    • compatibleVectorP

      public int compatibleVectorP()
      Retrieve the Compatible Vector p-Norm
      Returns:
      Compatible Vector p-Norm