Util
object Util
Value members
Concrete methods
def copy(in: Array[Array[Float]], inOff: Int, out: Array[Array[Double]], outOff: Int, len: Int): Unit
def copy(in: Array[Array[Double]], inOff: Int, out: Array[Array[Float]], outOff: Int, len: Int): Unit
If the input contains placeholder %
, returns it unchanged,
otherwise determines an integer number in the name and replaces
it by %d
.
If the input contains placeholder %
, returns it unchanged,
otherwise determines an integer number in the name and replaces
it by %d
.