Long Nd4j Array Ring
class LongNd4jArrayRing(shape: IntArray) : Nd4jArrayRing<Long, LongRing>
Content copied to clipboard
Represents NDRing over Nd4jArrayStructure of Long.
Constructors
LongNd4jArrayRing
Link copied to clipboard
Functions
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: NDStructure<Long>, right: NDStructure<Long>): NDStructure<Long>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: NDStructure<Long>, right: NDStructure<Long>) -> NDStructure<Long>
Content copied to clipboard
bindSymbol
Link copied to clipboard
getFeature
Link copied to clipboard
mapIndexed
Link copied to clipboard
unaryMinus
Link copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: NDStructure<Long>): NDStructure<Long>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: NDStructure<Long>) -> NDStructure<Long>
Content copied to clipboard
wrap
Link copied to clipboard