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

Class Dcs_fkeep



  • public class Dcs_fkeep
    extends java.lang.Object
    Drop 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 int cs_fkeep(Dcs_common.Dcs A, Dcs_ifkeep fkeep, java.lang.Object other)
      Drops entries from a sparse matrix;
      • Methods inherited from class java.lang.Object

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

      • Dcs_fkeep

        public Dcs_fkeep()
    • 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 matrix
        fkeep - drop aij if fkeep.fkeep(i,j,aij,other) is false
        other - optional parameter to fkeep
        Returns:
        nz, new number of entries in A, -1 on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.