IntNd4jArrayRing
class IntNd4jArrayRing(shape: Shape) : IntNd4jArrayRingOps, RingND<Int, IntRing>
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun add(left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Int>, right: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Int>, right: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
Link copied to clipboard
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?
Content copied to clipboard
Link copied to clipboard
open operator fun (Int) -> Int.invoke(structure: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open fun StructureND<Int>.map(transform: IntRing.(Int) -> Int): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open fun StructureND<Int>.mapIndexed(transform: IntRing.(index: IntArray, Int) -> Int): StructureND<Int>
Content copied to clipboard
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(arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
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
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(arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: IntRing.(IntArray) -> Int): StructureND<Int>
Content copied to clipboard
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(arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Int>): StructureND<Int>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Int>) -> StructureND<Int>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps INDArray to Nd4jArrayStructure.
Link copied to clipboard
open fun zip(left: StructureND<Int>, right: StructureND<Int>, transform: IntRing.(Int, Int) -> Int): StructureND<Int>
Content copied to clipboard
Properties
Link copied to clipboard
Unwraps to or get INDArray from StructureND.