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

Class Scs_droptol



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

      Constructors 
      Constructor and Description
      Scs_droptol() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static int cs_droptol(Scs_common.Scs A, float tol)
      Removes entries from a matrix with absolute value <= tol.
      • Methods inherited from class java.lang.Object

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

      • Scs_droptol

        public Scs_droptol()
    • Method Detail

      • cs_droptol

        public static int cs_droptol(Scs_common.Scs A,
                                     float tol)
        Removes entries from a matrix with absolute value <= tol.
        Parameters:
        A - column-compressed matrix
        tol - drop tolerance
        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.