Method and Description |
---|
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!
|
jHepWork 3.8 ©