Uses of Class
de.bwaldvogel.liblinear.MutableInt
-
-
Uses of MutableInt in de.bwaldvogel.liblinear
Methods in de.bwaldvogel.liblinear with parameters of type MutableInt Modifier and Type Method Description (package private) static int
Blas. daxpy_(MutableInt n, MutableDouble sa, double[] sx, MutableInt incx, double[] sy, MutableInt incy)
private static double
Blas. ddot_(MutableInt n, double[] sx, MutableInt incx, double[] sy, MutableInt incy)
(package private) static double
Blas. dnrm2_(int n, double[] x, MutableInt incx)
private static double
Blas. dnrm2_(MutableInt n, double[] x, MutableInt incx)
(package private) static int
Blas. dscal_(MutableInt n, MutableDouble sa, double[] sx, MutableInt incx)
-