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