edu.emory.mathcs.csparsej.tdouble
Class Dcs_droptol
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_droptol
-
public class Dcs_droptol extends java.lang.ObjectDrop small entries from a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_droptol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static intcs_droptol(Dcs_common.Dcs A, double tol)Removes entries from a matrix with absolute value <= tol.
-
-
-
Method Detail
-
cs_droptol
public static int cs_droptol(Dcs_common.Dcs A, double tol)
Removes entries from a matrix with absolute value <= tol.- Parameters:
A- column-compressed matrixtol- drop tolerance- Returns:
- nz, new number of entries in A, -1 on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG