Companion
Functions
add
Link copied to clipboard
abstract fun add(left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Content copied to clipboard
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Int>, right: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
bindSymbol
Link copied to clipboard
bindSymbolOrNull
Link copied to clipboard
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Int>, type: KClass<out F>): F?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun (Int) -> Int.invoke(structure: StructureND<Int>): StructureND<Int>
Content copied to clipboard
map
Link copied to clipboard
abstract fun StructureND<Int>.map(transform: IntRing.(Int) -> Int): StructureND<Int>
Content copied to clipboard
mapIndexed
Link copied to clipboard
abstract fun StructureND<Int>.mapIndexed(transform: IntRing.(index: IntArray, Int) -> Int): StructureND<Int>
Content copied to clipboard
minus
Link copied to clipboard
open operator override fun Int.minus(arg: StructureND<Int>): Nd4jArrayStructure<Int>
Content copied to clipboard
open operator override fun StructureND<Int>.minus(arg: Int): Nd4jArrayStructure<Int>
Content copied to clipboard
open operator fun StructureND<Int>.minus(other: StructureND<Int>): StructureND<Int>
Content copied to clipboard
multiply
Link copied to clipboard
open fun multiply(a: StructureND<Int>, k: Number): Nd4jArrayStructure<Int>
Content copied to clipboard
open override fun multiply(left: StructureND<Int>, right: StructureND<Int>): Nd4jArrayStructure<Int>
Content copied to clipboard
plus
Link copied to clipboard
open operator override fun StructureND<Int>.plus(arg: Int): Nd4jArrayStructure<Int>
Content copied to clipboard
open operator fun StructureND<Int>.plus(other: StructureND<Int>): StructureND<Int>
Content copied to clipboard
structureND
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: IntRing.(IntArray) -> Int): StructureND<Int>
Content copied to clipboard
times
Link copied to clipboard
open operator override fun StructureND<Int>.times(arg: Int): Nd4jArrayStructure<Int>
Content copied to clipboard
open operator fun StructureND<Int>.times(other: StructureND<Int>): StructureND<Int>
Content copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
unaryPlus
Link copied to clipboard
wrap
Link copied to clipboard
zip
Link copied to clipboard
abstract fun zip(left: StructureND<Int>, right: StructureND<Int>, transform: IntRing.(Int, Int) -> Int): StructureND<Int>
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard