edu.emory.mathcs.csparsej.tdouble
Class Dcs_norm
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_norm
-
public class Dcs_norm extends java.lang.ObjectSparse 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 doublecs_norm(Dcs_common.Dcs A)Computes the 1-norm of a sparse matrix = max (sum (abs (A))), largest column sum.
-
-
-
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