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

Class Scs_entry



  • public class Scs_entry
    extends java.lang.Object
    Add an entry to a triplet matrix.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_entry() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_entry(Scs_common.Scs T, int i, int j, float x)
      Adds an entry to a triplet matrix.
      • Methods inherited from class java.lang.Object

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

      • Scs_entry

        public Scs_entry()
    • Method Detail

      • cs_entry

        public static boolean cs_entry(Scs_common.Scs T,
                                       int i,
                                       int j,
                                       float x)
        Adds an entry to a triplet matrix. Memory-space and dimension of T are increased if necessary.
        Parameters:
        T - triplet matrix; new entry added on output
        i - row index of new entry
        j - column index of new entry
        x - numerical value of new entry
        Returns:
        true if successful, false otherwise

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.