ShortRingOpsND
Types
Companion
Link copied to clipboard
Functions
add
Link copied to clipboard
open override fun add(left: StructureND<Short>, right: StructureND<Short>): StructureND<Short>
Content copied to clipboard
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Short>, right: StructureND<Short>): StructureND<Short>
Content copied to clipboard
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Short>, right: StructureND<Short>) -> StructureND<Short>
Content copied to clipboard
bindSymbol
Link copied to clipboard
bindSymbolOrNull
Link copied to clipboard
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Short>, type: KClass<out F>): F?
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun (Short) -> Short.invoke(structure: StructureND<Short>): StructureND<Short>
Content copied to clipboard
map
Link copied to clipboard
abstract fun StructureND<Short>.map(transform: ShortRing.(Short) -> Short): StructureND<Short>
Content copied to clipboard
Maps elements from one structure to another one by applying transform to them.
mapIndexed
Link copied to clipboard
abstract fun StructureND<Short>.mapIndexed(transform: ShortRing.(index: IntArray, Short) -> Short): StructureND<Short>
Content copied to clipboard
Maps elements from one structure to another one by applying transform to them alongside with their indices.
minus
Link copied to clipboard
open operator fun Short.minus(arg: StructureND<Short>): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.minus(arg: Short): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.minus(other: StructureND<Short>): StructureND<Short>
Content copied to clipboard
multiply
Link copied to clipboard
open override fun multiply(left: StructureND<Short>, right: StructureND<Short>): StructureND<Short>
Content copied to clipboard
plus
Link copied to clipboard
open operator fun Short.plus(arg: StructureND<Short>): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.plus(arg: Short): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.plus(other: StructureND<Short>): StructureND<Short>
Content copied to clipboard
structureND
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: ShortRing.(IntArray) -> Short): StructureND<Short>
Content copied to clipboard
Produces a new StructureND using given initializer function.
times
Link copied to clipboard
open operator fun Short.times(arg: StructureND<Short>): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.times(arg: Short): StructureND<Short>
Content copied to clipboard
open operator fun StructureND<Short>.times(other: StructureND<Short>): StructureND<Short>
Content copied to clipboard
toBufferND
Link copied to clipboard
unaryMinus
Link copied to clipboard
open operator override fun StructureND<Short>.unaryMinus(): StructureND<Short>
Content copied to clipboard
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Short>): StructureND<Short>
Content copied to clipboard
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Short>) -> StructureND<Short>
Content copied to clipboard
unaryPlus
Link copied to clipboard
zip
Link copied to clipboard
abstract fun zip(left: StructureND<Short>, right: StructureND<Short>, transform: ShortRing.(Short, Short) -> Short): StructureND<Short>
Content copied to clipboard
Properties
bufferAlgebra
Link copied to clipboard
elementAlgebra
Link copied to clipboard
indexerBuilder
Link copied to clipboard
Inheritors
Sources
common source
Link copied to clipboard