DoubleNd4jArrayField

Constructors

DoubleNd4jArrayField
Link copied to clipboard
fun DoubleNd4jArrayField(shape: IntArray)

Functions

acos
Link copied to clipboard
open override fun acos(arg: StructureND<Double>): StructureND<Double>
acosh
Link copied to clipboard
open override fun acosh(arg: StructureND<Double>): StructureND<Double>
add
Link copied to clipboard
abstract fun add(a: StructureND<Double>, b: StructureND<Double>): StructureND<Double>
asin
Link copied to clipboard
open override fun asin(arg: StructureND<Double>): StructureND<Double>
asinh
Link copied to clipboard
open override fun asinh(arg: StructureND<Double>): StructureND<Double>
atan
Link copied to clipboard
open override fun atan(arg: StructureND<Double>): StructureND<Double>
atanh
Link copied to clipboard
open override fun atanh(arg: StructureND<Double>): StructureND<Double>
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Double>, right: StructureND<Double>): StructureND<Double>
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Double>, right: StructureND<Double>) -> StructureND<Double>
bindSymbol
Link copied to clipboard
open fun bindSymbol(value: String): StructureND<Double>
bindSymbolOrNull
Link copied to clipboard
open fun bindSymbolOrNull(value: String): StructureND<Double>?
combine
Link copied to clipboard
abstract fun combine(a: StructureND<Double>, b: StructureND<Double>, transform: DoubleField.(Double, Double) -> Double): StructureND<Double>
cos
Link copied to clipboard
open override fun cos(arg: StructureND<Double>): StructureND<Double>
cosh
Link copied to clipboard
open override fun cosh(arg: StructureND<Double>): StructureND<Double>
div
Link copied to clipboard
open operator override fun Double.div(arg: StructureND<Double>): Nd4jArrayStructure<Double>
open operator override fun StructureND<Double>.div(arg: Double): Nd4jArrayStructure<Double>
open operator fun Number.div(b: StructureND<Double>): Nd4jArrayStructure<Double>
open operator fun StructureND<Double>.div(b: StructureND<Double>): StructureND<Double>
open operator fun StructureND<Double>.div(k: Number): StructureND<Double>
divide
Link copied to clipboard
open override fun divide(a: StructureND<Double>, b: StructureND<Double>): Nd4jArrayStructure<Double>
exp
Link copied to clipboard
open override fun exp(arg: StructureND<Double>): StructureND<Double>
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Double>, type: KClass<out F>): F?
invoke
Link copied to clipboard
open operator fun (Double) -> Double.invoke(structure: StructureND<Double>): StructureND<Double>
leftSideNumberOperation
Link copied to clipboard
open fun leftSideNumberOperation(operation: String, left: Number, right: StructureND<Double>): StructureND<Double>
leftSideNumberOperationFunction
Link copied to clipboard
open fun leftSideNumberOperationFunction(operation: String): (left: Number, right: StructureND<Double>) -> StructureND<Double>
ln
Link copied to clipboard
open override fun ln(arg: StructureND<Double>): StructureND<Double>
map
Link copied to clipboard
abstract fun StructureND<Double>.map(transform: DoubleField.(Double) -> Double): StructureND<Double>
mapIndexed
Link copied to clipboard
abstract fun StructureND<Double>.mapIndexed(transform: DoubleField.(index: IntArray, Double) -> Double): StructureND<Double>
minus
Link copied to clipboard
open operator override fun Double.minus(arg: StructureND<Double>): Nd4jArrayStructure<Double>
open operator override fun StructureND<Double>.minus(arg: Double): Nd4jArrayStructure<Double>
open operator fun StructureND<Double>.minus(b: StructureND<Double>): StructureND<Double>
multiply
Link copied to clipboard
open fun multiply(a: StructureND<Double>, k: Number): Nd4jArrayStructure<Double>
abstract fun multiply(a: StructureND<Double>, b: StructureND<Double>): StructureND<Double>
number
Link copied to clipboard
open override fun number(value: Number): StructureND<Double>
plus
Link copied to clipboard
open operator fun Double.plus(arg: StructureND<Double>): StructureND<Double>
open operator override fun StructureND<Double>.plus(arg: Double): Nd4jArrayStructure<Double>
open operator fun StructureND<Double>.plus(b: StructureND<Double>): StructureND<Double>
pow
Link copied to clipboard
open infix fun StructureND<Double>.pow(pow: Number): StructureND<Double>
power
Link copied to clipboard
open override fun power(arg: StructureND<Double>, pow: Number): StructureND<Double>
produce
Link copied to clipboard
abstract fun produce(initializer: DoubleField.(IntArray) -> Double): StructureND<Double>
rightSideNumberOperation
Link copied to clipboard
open fun rightSideNumberOperation(operation: String, left: StructureND<Double>, right: Number): StructureND<Double>
rightSideNumberOperationFunction
Link copied to clipboard
open fun rightSideNumberOperationFunction(operation: String): (left: StructureND<Double>, right: Number) -> StructureND<Double>
scale
Link copied to clipboard
open override fun scale(a: StructureND<Double>, value: Double): Nd4jArrayStructure<Double>
sin
Link copied to clipboard
open override fun sin(arg: StructureND<Double>): StructureND<Double>
sinh
Link copied to clipboard
open override fun sinh(arg: StructureND<Double>): StructureND<Double>
sqrt
Link copied to clipboard
open fun sqrt(arg: StructureND<Double>): StructureND<Double>
tan
Link copied to clipboard
open override fun tan(arg: StructureND<Double>): StructureND<Double>
tanh
Link copied to clipboard
open override fun tanh(arg: StructureND<Double>): StructureND<Double>
times
Link copied to clipboard
open operator fun Double.times(arg: StructureND<Double>): StructureND<Double>
open operator override fun StructureND<Double>.times(arg: Double): Nd4jArrayStructure<Double>
open operator fun StructureND<Double>.times(b: StructureND<Double>): StructureND<Double>
open operator fun Number.times(b: StructureND<Double>): StructureND<Double>
open operator fun StructureND<Double>.times(k: Number): StructureND<Double>
unaryMinus
Link copied to clipboard
abstract operator fun StructureND<Double>.unaryMinus(): StructureND<Double>
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Double>): StructureND<Double>
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Double>) -> StructureND<Double>
unaryPlus
Link copied to clipboard
open operator fun StructureND<Double>.unaryPlus(): StructureND<Double>
wrap
Link copied to clipboard
open override fun INDArray.wrap(): Nd4jArrayStructure<Double>
Wraps INDArray to N.

Properties

elementContext
Link copied to clipboard
open override val elementContext: DoubleField
ndArray
Link copied to clipboard
open val StructureND<Double>.ndArray: INDArray
one
Link copied to clipboard
abstract val one: StructureND<Double>
shape
Link copied to clipboard
open override val shape: IntArray
zero
Link copied to clipboard
abstract val zero: StructureND<Double>