Companion
Functions
acos
Link copied to clipboard
acosh
Link copied to clipboard
add
Link copied to clipboard
abstract fun add(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
asin
Link copied to clipboard
asinh
Link copied to clipboard
atan
Link copied to clipboard
atanh
Link copied to clipboard
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Float>, right: StructureND<Float>) -> StructureND<Float>
Content copied to clipboard
bindSymbol
Link copied to clipboard
bindSymbolOrNull
Link copied to clipboard
cos
Link copied to clipboard
cosh
Link copied to clipboard
div
Link copied to clipboard
open operator override fun Float.div(arg: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.div(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun Number.div(b: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.div(other: StructureND<Float>): StructureND<Float>
Content copied to clipboard
divide
Link copied to clipboard
abstract fun divide(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
exp
Link copied to clipboard
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Float>, type: KClass<out F>): F?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun (Float) -> Float.invoke(structure: StructureND<Float>): StructureND<Float>
Content copied to clipboard
ln
Link copied to clipboard
map
Link copied to clipboard
abstract fun StructureND<Float>.map(transform: FloatField.(Float) -> Float): StructureND<Float>
Content copied to clipboard
mapIndexed
Link copied to clipboard
abstract fun StructureND<Float>.mapIndexed(transform: FloatField.(index: IntArray, Float) -> Float): StructureND<Float>
Content copied to clipboard
minus
Link copied to clipboard
open operator override fun Float.minus(arg: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.minus(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.minus(other: StructureND<Float>): StructureND<Float>
Content copied to clipboard
multiply
Link copied to clipboard
open fun multiply(a: StructureND<Float>, k: Number): Nd4jArrayStructure<Float>
Content copied to clipboard
abstract fun multiply(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
plus
Link copied to clipboard
open operator fun Float.plus(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.plus(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.plus(other: StructureND<Float>): StructureND<Float>
Content copied to clipboard
pow
Link copied to clipboard
power
Link copied to clipboard
open override fun power(arg: StructureND<Float>, pow: Number): StructureND<Float>
Content copied to clipboard
scale
Link copied to clipboard
open override fun scale(a: StructureND<Float>, value: Double): StructureND<Float>
Content copied to clipboard
sin
Link copied to clipboard
sinh
Link copied to clipboard
sqrt
Link copied to clipboard
structureND
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: FloatField.(IntArray) -> Float): StructureND<Float>
Content copied to clipboard
tan
Link copied to clipboard
tanh
Link copied to clipboard
times
Link copied to clipboard
open operator fun Float.times(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.times(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.times(other: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator fun Number.times(other: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator fun StructureND<Float>.times(k: Number): StructureND<Float>
Content copied to clipboard
unaryMinus
Link copied to clipboard
abstract operator fun StructureND<Float>.unaryMinus(): StructureND<Float>
Content copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Float>) -> StructureND<Float>
Content copied to clipboard
unaryPlus
Link copied to clipboard
wrap
Link copied to clipboard
zip
Link copied to clipboard
abstract fun zip(left: StructureND<Float>, right: StructureND<Float>, transform: FloatField.(Float, Float) -> Float): StructureND<Float>
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard