Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_fkeep' Java class
Scs_fkeep
edu.emory.mathcs.csparsej.tfloat

Class Scs_fkeep



  • public class Scs_fkeep
    extends java.lang.Object
    Srop entries from a sparse matrix.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_fkeep() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int cs_fkeep(Scs_common.Scs A, Scs_ifkeep fkeep, java.lang.Object other)
      Srops entries from a sparse matrix;
      • Methods inherited from class java.lang.Object

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

      • Scs_fkeep

        public Scs_fkeep()
    • Method Detail

      • cs_fkeep

        public static int cs_fkeep(Scs_common.Scs A,
                                   Scs_ifkeep fkeep,
                                   java.lang.Object other)
        Srops 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.