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