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

Class Dcs_entry



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

      Constructors 
      Constructor and Description
      Dcs_entry() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_entry(Dcs_common.Dcs T, int i, int j, double 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

      • Dcs_entry

        public Dcs_entry()
    • Method Detail

      • cs_entry

        public static boolean cs_entry(Dcs_common.Dcs T,
                                       int i,
                                       int j,
                                       double 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.