Packages

implicit object NumericLong extends UndefinedTensorNumeric[Long]

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

Inherited from UndefinedTensorNumeric[Long]

Inherited from TensorNumeric[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped