edu.emory.mathcs.csparsej.tdouble
Class Dcs_fkeep
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_fkeep
-
public class Dcs_fkeep extends java.lang.ObjectDrop entries from a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_fkeep()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static intcs_fkeep(Dcs_common.Dcs A, Dcs_ifkeep fkeep, java.lang.Object other)Drops entries from a sparse matrix;
-
-
-
Method Detail
-
cs_fkeep
public static int cs_fkeep(Dcs_common.Dcs A, Dcs_ifkeep fkeep, java.lang.Object other)
Drops entries from a sparse matrix;- Parameters:
A- column-compressed matrixfkeep- drop aij if fkeep.fkeep(i,j,aij,other) is falseother- optional parameter to fkeep- Returns:
- nz, new number of entries in A, -1 on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG