Companion

Functions

Link copied to clipboard
abstract fun add(left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Int>, right: StructureND<Int>) -> StructureND<Int>
Link copied to clipboard
open fun bindSymbol(value: String): StructureND<Int>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Int>, type: KClass<out F>): F?
Link copied to clipboard
open operator fun (Int) -> Int.invoke(structure: StructureND<Int>): StructureND<Int>
Link copied to clipboard
open fun StructureND<Int>.map(transform: IntRing.(Int) -> Int): StructureND<Int>
Link copied to clipboard
open fun StructureND<Int>.mapIndexed(transform: IntRing.(index: IntArray, Int) -> Int): StructureND<Int>
Link copied to clipboard
open operator override fun Int.minus(arg: StructureND<Int>): Nd4jArrayStructure<Int>
open operator override fun StructureND<Int>.minus(arg: Int): Nd4jArrayStructure<Int>
open operator fun StructureND<Int>.minus(arg: StructureND<Int>): StructureND<Int>
Link copied to clipboard
Link copied to clipboard
open operator fun Int.plus(arg: StructureND<Int>): StructureND<Int>
open operator override fun StructureND<Int>.plus(arg: Int): Nd4jArrayStructure<Int>
open operator fun StructureND<Int>.plus(arg: StructureND<Int>): StructureND<Int>
Link copied to clipboard
abstract fun structureND(shape: ShapeND, initializer: IntRing.(IntArray) -> Int): StructureND<Int>
Link copied to clipboard
open operator fun Int.times(arg: StructureND<Int>): StructureND<Int>
open operator override fun StructureND<Int>.times(arg: Int): Nd4jArrayStructure<Int>
open operator fun StructureND<Int>.times(arg: StructureND<Int>): StructureND<Int>
Link copied to clipboard
abstract operator fun StructureND<Int>.unaryMinus(): StructureND<Int>
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Int>): StructureND<Int>
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Int>) -> StructureND<Int>
Link copied to clipboard
open operator fun StructureND<Int>.unaryPlus(): StructureND<Int>
Link copied to clipboard
open override fun INDArray.wrap(): Nd4jArrayStructure<Int>

Wraps INDArray to Nd4jArrayStructure.

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

Properties

Link copied to clipboard
Link copied to clipboard
open override val elementAlgebra: IntRing
Link copied to clipboard
open override val StructureND<Int>.ndArray: INDArray

Unwraps to or get INDArray from StructureND.