Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_norm' Java class
Scs_norm
edu.emory.mathcs.csparsej.tfloat

Class Scs_norm



  • public class Scs_norm
    extends java.lang.Object
    Sparse matrix 1-norm.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_norm() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static float cs_norm(Scs_common.Scs A)
      Computes the 1-norm of a sparse matrix = max (sum (abs (A))), largest column sum.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Scs_norm

        public Scs_norm()
    • Method Detail

      • cs_norm

        public static float cs_norm(Scs_common.Scs A)
        Computes the 1-norm of a sparse matrix = max (sum (abs (A))), largest column sum.
        Parameters:
        A - column-compressed matrix
        Returns:
        the 1-norm if successful, -1 on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.