Deprecated API


Contents
Deprecated Methods
jhplot.math.ArrayMathUtils.equals(int[], int[])
          Use java.util.Arrays instead. 
jhplot.math.DoubleArray.one(int)
          use fill(int m, double c) instead. 
jhplot.math.DoubleArray.one(int, double)
          Use fill(int m, double c) instead. 
jhplot.math.DoubleArray.one(int, int)
          use fill(int m, int n, 1.0) instead. 
jhplot.math.DoubleArray.one(int, int, double)
          use fill(int m, int n, double c) instead. 
jhplot.P1D.updateSummary()
          Debricated! 
 



jHPlot 3.2. Java environment for scientific computation and data analysis. © S.Chekanov