Package org.drip.numerical.matrixnorm
Class DoubleVectorOneTwoEvaluator
java.lang.Object
org.drip.numerical.matrixnorm.R1SquareEvaluator
org.drip.numerical.matrixnorm.DoubleVectorNormEvaluator
org.drip.numerical.matrixnorm.DoubleVectorOneTwoEvaluator
public class DoubleVectorOneTwoEvaluator extends DoubleVectorNormEvaluator
DoubleVectorOneTwoEvaluator exposes the row/column alpha = 1/beta = 2 Vector Norm 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
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Numerical Quadrature, Differentiation, Eigenization, Linear Algebra, and Utilities
- Package = Implementation of Matrix Norm Variants
- Author:
- Lakshmi Krishnamurthy
- 
Constructor SummaryConstructors Constructor Description DoubleVectorOneTwoEvaluator()DoubleVectorOneTwoEvaluator Constructor
- 
Method SummaryMethods inherited from class org.drip.numerical.matrixnorm.DoubleVectorNormEvaluatorcolumnBeta, rowAlphaMethods inherited from class org.drip.numerical.matrixnorm.R1SquareEvaluatorvalidatorMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DoubleVectorOneTwoEvaluatorpublic DoubleVectorOneTwoEvaluator() throws java.lang.ExceptionDoubleVectorOneTwoEvaluator Constructor- Throws:
- java.lang.Exception- Thrown if the Inputs are Invalid
 
 
- 
- 
Method Details- 
normCompute the Norm of the R1Square Matrix- Specified by:
- normin class- R1SquareEvaluator
- Parameters:
- r1Square- R1Square Matrix
- Returns:
- Norm of the R1Square Matrix
- Throws:
- java.lang.Exception
 
 
-