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