implicit object NumericInt extends UndefinedTensorNumeric[Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumericInt
- UndefinedTensorNumeric
- TensorNumeric
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
abs(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
add(n: Int, a: Array[Int], offset: Int, v: Int, stride: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
addcdiv(value: Int, n: Int, self: Array[Int], selfOffset: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
addcmul(value: Int, n: Int, self: Array[Int], selfOffset: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
and(x: Int, y: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
arraycopy(src: Array[Int], srcPos: Int, dest: Array[Int], destPos: Int, length: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
axpy(n: Int, da: Int, dx: Array[Int], _dx_offset: Int, incx: Int, dy: Array[Int], _dy_offset: Int, incy: Int): Unit
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
ceil(a: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
clip(a: Int, lower: Int, upper: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
digamma(v: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
divide(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
dot(n: Int, dx: Array[Int], _dx_offset: Int, incx: Int, dy: Array[Int], _dy_offset: Int, incy: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
erf(x: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
erfc(x: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
exp(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
fill(data: Array[Int], fromIndex: Int, toIndex: Int, value: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
floor(a: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
floorDiv(a: Int, b: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
fromType[K](k: K)(implicit c: ConvertableFrom[K]): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
gemm(transa: Char, transb: Char, m: Int, n: Int, k: Int, alpha: Int, a: Array[Int], aOffset: Int, lda: Int, b: Array[Int], bOffset: Int, ldb: Int, beta: Int, c: Array[Int], cOffset: Int, ldc: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
gemv(trans: Char, m: Int, n: Int, alpha: Int, a: Array[Int], aoffset: Int, lda: Int, x: Array[Int], xOffset: Int, incx: Int, beta: Int, y: Array[Int], yOffset: Int, incy: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
ger(m: Int, n: Int, alpha: Int, x: Array[Int], _x_offset: Int, incx: Int, y: Array[Int], _y_offset: Int, incy: Int, a: Array[Int], _a_offset: Int, lda: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getType(): TensorDataType
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inv(v: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
isFinite(a: Int): Boolean
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
isGreater(x: Int, y: Int): Boolean
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
isGreaterEq(x: Int, y: Int): Boolean
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
isInf(a: Int): Boolean
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNan(a: Int): Boolean
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
log(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
log1p(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
logGamma(v: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
max(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
min(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
minus(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nearlyEqual(a: Int, b: Int, epsilon: Double): Boolean
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
negative(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
one: Int
- Definition Classes
- TensorNumeric
-
def
or(x: Int, y: Int): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
plus(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
pow(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
pow(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
prod(n: Int, a: Array[Int], aOffset: Int, stride: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
rand(): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
randn(): Int
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
round(a: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
scal(n: Int, sa: Int, sx: Array[Int], offset: Int, incx: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
sqrt(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
sub(n: Int, a: Array[Int], offset: Int, v: Int, stride: Int): Unit
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
sum(n: Int, a: Array[Int], aOffset: Int, stride: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tanh(x: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
times(x: Int, y: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toType[K](t: Int)(implicit c: ConvertableTo[K]): K
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
truncate(a: Int): Int
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
vAbs(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vAdd(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vDiv(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
vExp(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vLn(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vLog1p(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vMul(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- NumericInt → UndefinedTensorNumeric → TensorNumeric
-
def
vPowx(n: Int, a: Array[Int], aOffset: Int, b: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vSqrt(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vSub(n: Int, a: Array[Int], aOffset: Int, b: Array[Int], bOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
def
vTanh(n: Int, a: Array[Int], aOffset: Int, y: Array[Int], yOffset: Int): Unit
- Definition Classes
- UndefinedTensorNumeric → TensorNumeric
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
zero: Int
- Definition Classes
- TensorNumeric