Nd4jArrayField
interface Nd4jArrayField<T, out F : Field<T>> : FieldOpsND<T, F> , Nd4jArrayRingOps<T, F>
Content copied to clipboard
Represents FieldND over Nd4jArrayStructure.
Parameters
T
the type of the element contained in ND structure.
F
the type field of structure elements.
Types
Functions
Link copied to clipboard
abstract fun add(left: StructureND<T>, right: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<T>, right: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<T>, right: StructureND<T>) -> StructureND<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun StructureND<T>.div(arg: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open override fun divide(left: StructureND<T>, right: StructureND<T>): Nd4jArrayStructure<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<T>, type: KClass<out F>): F?
Content copied to clipboard
Link copied to clipboard
open operator fun (T) -> T.invoke(structure: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun StructureND<T>.mapIndexed(transform: F.(index: IntArray, T) -> T): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open operator fun StructureND<T>.minus(arg: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
abstract fun multiply(left: StructureND<T>, right: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open operator fun StructureND<T>.plus(arg: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open override fun scale(a: StructureND<T>, value: Double): StructureND<T>
Content copied to clipboard
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: F.(IntArray) -> T): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open operator fun StructureND<T>.times(arg: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<T>): StructureND<T>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<T>) -> StructureND<T>
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<T>, right: StructureND<T>, transform: F.(T, T) -> T): StructureND<T>
Content copied to clipboard