Packages

implicit object NumericFloat extends UndefinedTensorNumeric[Float]

Linear Supertypes
UndefinedTensorNumeric[Float], TensorNumeric[Float], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumericFloat
  2. UndefinedTensorNumeric
  3. TensorNumeric
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 abs(x: Float): Float
  5. def add(n: Int, a: Array[Float], offset: Int, v: Float, stride: Int): Unit
  6. def addcdiv(value: Float, n: Int, self: Array[Float], selfOffset: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int): Unit
  7. def addcmul(value: Float, n: Int, self: Array[Float], selfOffset: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int): Unit
  8. def and(x: Float, y: Float): Float
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  9. def arraycopy(src: Array[Float], srcPos: Int, dest: Array[Float], destPos: Int, length: Int): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def axpy(n: Int, da: Float, dx: Array[Float], _dx_offset: Int, incx: Int, dy: Array[Float], _dy_offset: Int, incy: Int): Unit
  12. def ceil(a: Float): Float
  13. def clip(a: Float, lower: Float, upper: Float): Float
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. def digamma(a: Float): Float
  16. def divide(x: Float, y: Float): Float
  17. def dot(n: Int, dx: Array[Float], _dx_offset: Int, incx: Int, dy: Array[Float], _dy_offset: Int, incy: Int): Float
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def erf(a: Float): Float
  21. def erfc(a: Float): Float
  22. def exp(x: Float): Float
  23. def fill(data: Array[Float], fromIndex: Int, toIndex: Int, value: Float): Unit
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def floor(a: Float): Float
  26. def floorDiv(a: Float, b: Float): Float
  27. def fromType[K](k: K)(implicit c: ConvertableFrom[K]): Float
  28. def gemm(transa: Char, transb: Char, m: Int, n: Int, k: Int, alpha: Float, a: Array[Float], aOffset: Int, lda: Int, b: Array[Float], bOffset: Int, ldb: Int, beta: Float, c: Array[Float], cOffset: Int, ldc: Int): Unit
  29. def gemv(trans: Char, m: Int, n: Int, alpha: Float, a: Array[Float], aoffset: Int, lda: Int, x: Array[Float], xOffset: Int, incx: Int, beta: Float, y: Array[Float], yOffset: Int, incy: Int): Unit
  30. def ger(m: Int, n: Int, alpha: Float, x: Array[Float], _x_offset: Int, incx: Int, y: Array[Float], _y_offset: Int, incy: Int, a: Array[Float], _a_offset: Int, lda: Int): Unit
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getType(): TensorDataType
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def inv(v: Float): Float
  35. def isFinite(a: Float): Boolean
  36. def isGreater(x: Float, y: Float): Boolean
  37. def isGreaterEq(x: Float, y: Float): Boolean
  38. def isInf(a: Float): Boolean
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isNan(a: Float): Boolean
  41. def log(x: Float): Float
  42. def log1p(x: Float): Float
  43. def logGamma(a: Float): Float
  44. def max(x: Float, y: Float): Float
  45. def min(x: Float, y: Float): Float
  46. def minus(x: Float, y: Float): Float
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def nearlyEqual(a: Float, b: Float, epsilon: Double): Boolean
  49. def negative(x: Float): Float
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. def one: Float
    Definition Classes
    TensorNumeric
  53. def or(x: Float, y: Float): Float
    Definition Classes
    UndefinedTensorNumericTensorNumeric
  54. def plus(x: Float, y: Float): Float
  55. def pow(x: Float, y: Float): Float
  56. def pow(x: Float): Float
  57. def prod(n: Int, a: Array[Float], aOffset: Int, stride: Int): Float
  58. def rand(): Float
  59. def randn(): Float
  60. def round(a: Float): Float
  61. def scal(n: Int, sa: Float, sx: Array[Float], offset: Int, incx: Int): Unit
  62. def sqrt(x: Float): Float
  63. def sub(n: Int, a: Array[Float], offset: Int, v: Float, stride: Int): Unit
  64. def sum(n: Int, a: Array[Float], aOffset: Int, stride: Int): Float
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def tanh(x: Float): Float
  67. def times(x: Float, y: Float): Float
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def toType[K](t: Float)(implicit c: ConvertableTo[K]): K
  70. def truncate(a: Float): Float
  71. def vAbs(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  72. def vAdd(n: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int, y: Array[Float], yOffset: Int): Unit
  73. def vDiv(n: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int, y: Array[Float], yOffset: Int): Unit
  74. def vExp(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  75. def vLn(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  76. def vLog1p(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  77. def vMul(n: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int, y: Array[Float], yOffset: Int): Unit
  78. def vPowx(n: Int, a: Array[Float], aOffset: Int, b: Float, y: Array[Float], yOffset: Int): Unit
  79. def vSqrt(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  80. def vSub(n: Int, a: Array[Float], aOffset: Int, b: Array[Float], bOffset: Int, y: Array[Float], yOffset: Int): Unit
  81. def vTanh(n: Int, a: Array[Float], aOffset: Int, y: Array[Float], yOffset: Int): Unit
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  85. def zero: Float
    Definition Classes
    TensorNumeric

Inherited from UndefinedTensorNumeric[Float]

Inherited from TensorNumeric[Float]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped