object Util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(buf: Array[Double], off: Int, len: Int, value: Double): Unit
Adds a scalar to a buffer.
- def add(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit
Adds input to output.
- def add(in: Array[Long], inOff: Int, out: Array[Long], outOff: Int, len: Int): Unit
Adds input to output.
- def add(in: Array[Int], inOff: Int, out: Array[Int], outOff: Int, len: Int): Unit
Adds input to output.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(buf: Array[Int], off: Int, len: Int): Unit
Fills buffer with zeroes.
- def clear(buf: Array[Double], off: Int, len: Int): Unit
Fills buffer with zeroes.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copy(in: Array[Int], inOff: Int, out: Array[Int], outOff: Int, len: Int): Unit
Copies input to output.
- def copy(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit
Copies input to output.
- def copy(in: Array[Array[Double]], inOff: Int, out: Array[Array[Float]], outOff: Int, len: Int): Unit
- def copy(in: Array[Array[Float]], inOff: Int, out: Array[Array[Double]], outOff: Int, len: Int): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fill(buf: Array[Double], off: Int, len: Int, value: Double): Unit
Fills buffer with a constant value.
- def fill(buf: Array[Int], off: Int, len: Int, value: Int): Unit
Fills buffer with a constant value.
- def fill(buf: Array[Boolean], off: Int, len: Int, value: Boolean): Unit
Fills buffer with a constant value.
- def fill(buf: Array[Array[Double]], off: Int, len: Int, value: Double): Unit
- def formatTemplate(template: URI, index: Int): URI
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final val log2: Double
- def max(in: Array[Double], off: Int, len: Int): Double
- def min(in: Array[Double], off: Int, len: Int): Double
- def mkLogicName(base: String, uri: URI): String
- def mkTemplate(in: URI): URI
If the input contains placeholder
%
, returns it unchanged, otherwise determines an integer number in the name and replaces it by%d
. - def mul(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit
Multiplies input with output and replaces output.
- def mul(buf: Array[Double], off: Int, len: Int, value: Double): Unit
Multiplies buffer with a scalar.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def reverse[A <: AnyRef](buf: Array[A], off: Int, len: Int): Unit
- def reverse(buf: Array[Double], off: Int, len: Int): Unit
- final val sqrt2: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated