Packages

object Util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(buf: Array[Double], off: Int, len: Int, value: Double): Unit

    Adds a scalar to a buffer.

  5. def add(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit

    Adds input to output.

  6. def add(in: Array[Long], inOff: Int, out: Array[Long], outOff: Int, len: Int): Unit

    Adds input to output.

  7. def add(in: Array[Int], inOff: Int, out: Array[Int], outOff: Int, len: Int): Unit

    Adds input to output.

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clear(buf: Array[Int], off: Int, len: Int): Unit

    Fills buffer with zeroes.

  10. def clear(buf: Array[Double], off: Int, len: Int): Unit

    Fills buffer with zeroes.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def copy(in: Array[Int], inOff: Int, out: Array[Int], outOff: Int, len: Int): Unit

    Copies input to output.

  13. def copy(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit

    Copies input to output.

  14. def copy(in: Array[Array[Double]], inOff: Int, out: Array[Array[Float]], outOff: Int, len: Int): Unit
  15. def copy(in: Array[Array[Float]], inOff: Int, out: Array[Array[Double]], outOff: Int, len: Int): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def fill(buf: Array[Double], off: Int, len: Int, value: Double): Unit

    Fills buffer with a constant value.

  19. def fill(buf: Array[Int], off: Int, len: Int, value: Int): Unit

    Fills buffer with a constant value.

  20. def fill(buf: Array[Boolean], off: Int, len: Int, value: Boolean): Unit

    Fills buffer with a constant value.

  21. def fill(buf: Array[Array[Double]], off: Int, len: Int, value: Double): Unit
  22. def formatTemplate(template: URI, index: Int): URI
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final val log2: Double
  27. def max(in: Array[Double], off: Int, len: Int): Double
  28. def min(in: Array[Double], off: Int, len: Int): Double
  29. def mkLogicName(base: String, uri: URI): String
  30. 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.

  31. def mul(in: Array[Double], inOff: Int, out: Array[Double], outOff: Int, len: Int): Unit

    Multiplies input with output and replaces output.

  32. def mul(buf: Array[Double], off: Int, len: Int, value: Double): Unit

    Multiplies buffer with a scalar.

  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def reverse[A <: AnyRef](buf: Array[A], off: Int, len: Int): Unit
  37. def reverse(buf: Array[Double], off: Int, len: Int): Unit
  38. final val sqrt2: Double
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped