Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_norm' Java class
Dcs_norm
edu.emory.mathcs.csparsej.tdouble

Class Dcs_norm



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

      Constructors 
      Constructor and Description
      Dcs_norm() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double cs_norm(Dcs_common.Dcs 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

      • Dcs_norm

        public Dcs_norm()
    • Method Detail

      • cs_norm

        public static double cs_norm(Dcs_common.Dcs 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.