Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun acos(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun acosh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
abstract fun add(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun asin(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun asinh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun atan(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun atanh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Float>, right: StructureND<Float>) -> StructureND<Float>
Link copied to clipboard
open fun bindSymbol(value: String): StructureND<Float>
Link copied to clipboard
Link copied to clipboard
open override fun cos(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun cosh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open operator override fun Float.div(arg: StructureND<Float>): Nd4jArrayStructure<Float>
open operator override fun StructureND<Float>.div(arg: Float): Nd4jArrayStructure<Float>
open operator fun StructureND<Float>.div(arg: StructureND<Float>): StructureND<Float>
open operator fun StructureND<Float>.div(k: Number): StructureND<Float>
Link copied to clipboard
abstract fun divide(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun exp(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Float>, type: KClass<out F>): F?
Link copied to clipboard
open operator fun (Float) -> Float.invoke(structure: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun ln(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun Float.minus(arg: StructureND<Float>): Nd4jArrayStructure<Float>
open operator override fun StructureND<Float>.minus(arg: Float): Nd4jArrayStructure<Float>
Link copied to clipboard
Link copied to clipboard
open operator fun Float.plus(arg: StructureND<Float>): StructureND<Float>
open operator override fun StructureND<Float>.plus(arg: Float): Nd4jArrayStructure<Float>
Link copied to clipboard
open infix fun StructureND<Float>.pow(pow: Number): StructureND<Float>
Link copied to clipboard
open override fun power(arg: StructureND<Float>, pow: Number): StructureND<Float>
Link copied to clipboard
open override fun scale(a: StructureND<Float>, value: Double): StructureND<Float>
Link copied to clipboard
open override fun sin(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun sinh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun sqrt(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
abstract fun structureND(shape: ShapeND, initializer: FloatField.(IntArray) -> Float): StructureND<Float>
Link copied to clipboard
open override fun tan(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun tanh(arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open operator fun Float.times(arg: StructureND<Float>): StructureND<Float>
open operator override fun StructureND<Float>.times(arg: Float): Nd4jArrayStructure<Float>
open operator fun Number.times(arg: StructureND<Float>): StructureND<Float>
open operator fun StructureND<Float>.times(k: Number): StructureND<Float>
Link copied to clipboard
abstract operator fun StructureND<Float>.unaryMinus(): StructureND<Float>
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Float>): StructureND<Float>
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Float>) -> StructureND<Float>
Link copied to clipboard
Link copied to clipboard
open override fun INDArray.wrap(): Nd4jArrayStructure<Float>

Wraps INDArray to Nd4jArrayStructure.

Link copied to clipboard
open fun zip(left: StructureND<Float>, right: StructureND<Float>, transform: FloatField.(Float, Float) -> Float): StructureND<Float>

Properties

Link copied to clipboard
Link copied to clipboard
open override val elementAlgebra: FloatField
Link copied to clipboard
open override val StructureND<Float>.ndArray: INDArray

Unwraps to or get INDArray from StructureND.