Nd4j Array Ring
interface Nd4jArrayRing<T, R : Ring<T>> : NDRing<T, R> , Nd4JArrayGroup<T, R>
Content copied to clipboard
Represents NDRing over Nd4jArrayStructure.
Parameters
T
the type of the element contained in ND structure.
R
the type of ring of structure elements.
Types
Functions
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: NDStructure<T>, right: NDStructure<T>): NDStructure<T>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: NDStructure<T>, right: NDStructure<T>) -> NDStructure<T>
Content copied to clipboard
bindSymbol
Link copied to clipboard
getFeature
Link copied to clipboard
mapIndexed
Link copied to clipboard
minus
Link copied to clipboard
plus
Link copied to clipboard
times
Link copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: NDStructure<T>): NDStructure<T>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: NDStructure<T>) -> NDStructure<T>
Content copied to clipboard
wrap
Link copied to clipboard
Properties
Inheritors
Nd4jArrayField
Link copied to clipboard
IntNd4jArrayRing
Link copied to clipboard
LongNd4jArrayRing
Link copied to clipboard