Package org.jblas.util
Class Functions
- java.lang.Object
-
- org.jblas.util.Functions
-
public class Functions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static double
LOG2
-
Constructor Summary
Constructors Constructor Description Functions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
log2(double x)
static int
max(int a, int b)
static int
min(int a, int b)
static double
sinc(double x)
-
-
-
Field Detail
-
LOG2
private static final double LOG2
- See Also:
- Constant Field Values
-
-