Nd4jArrayAlgebra
Represents AlgebraND over Nd4jArrayAlgebra.
Parameters
T
the type of ND-structure element.
C
the type of the element context.
Inheritors
Functions
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<T>, right: StructureND<T>): StructureND<T>
Link copied to clipboard
open fun binaryOperationFunction(operation: String): (left: StructureND<T>, right: StructureND<T>) -> StructureND<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun StructureND<T>.mapIndexed(transform: C.(index: IntArray, T) -> T): Nd4jArrayStructure<T>
Link copied to clipboard
open override fun structureND(shape: ShapeND, initializer: C.(IntArray) -> T): Nd4jArrayStructure<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps INDArray to Nd4jArrayStructure.
Link copied to clipboard
open override fun zip(left: StructureND<T>, right: StructureND<T>, transform: C.(T, T) -> T): Nd4jArrayStructure<T>
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unwraps to or get INDArray from StructureND.