Package org.lemsml.jlems.viz.plot
Class MathUtil
- java.lang.Object
-
- org.lemsml.jlems.viz.plot.MathUtil
-
public final class MathUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MathUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
max(double[] v)
static double
min(double[] v)
static void
scaleRangeTo(double d, double[] v)
-