ComplexFieldOpsND

An optimized nd-field for complex numbers

Types

Companion
Link copied to clipboard
object Companion : ComplexFieldOpsND

Functions

acos
Link copied to clipboard
open override fun acos(arg: StructureND<Complex>): BufferND<Complex>
acosh
Link copied to clipboard
open override fun acosh(arg: StructureND<Complex>): BufferND<Complex>
add
Link copied to clipboard
open override fun add(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
asin
Link copied to clipboard
open override fun asin(arg: StructureND<Complex>): BufferND<Complex>
asinh
Link copied to clipboard
open override fun asinh(arg: StructureND<Complex>): BufferND<Complex>
atan
Link copied to clipboard
open override fun atan(arg: StructureND<Complex>): BufferND<Complex>
atanh
Link copied to clipboard
open override fun atanh(arg: StructureND<Complex>): BufferND<Complex>
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Complex>, right: StructureND<Complex>) -> StructureND<Complex>
bindSymbol
Link copied to clipboard
open fun bindSymbol(value: String): StructureND<Complex>
bindSymbolOrNull
Link copied to clipboard
open fun bindSymbolOrNull(value: String): StructureND<Complex>?
cos
Link copied to clipboard
open override fun cos(arg: StructureND<Complex>): BufferND<Complex>
cosh
Link copied to clipboard
open override fun cosh(arg: StructureND<Complex>): BufferND<Complex>
div
Link copied to clipboard
open operator fun Complex.div(arg: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.div(arg: Complex): StructureND<Complex>
open operator fun StructureND<Complex>.div(other: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.div(k: Number): StructureND<Complex>
divide
Link copied to clipboard
open override fun divide(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
exp
Link copied to clipboard
open override fun exp(arg: StructureND<Complex>): BufferND<Complex>
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Complex>, type: KClass<out F>): F?
invoke
Link copied to clipboard
open operator fun (Complex) -> Complex.invoke(structure: StructureND<Complex>): StructureND<Complex>
ln
Link copied to clipboard
open override fun ln(arg: StructureND<Complex>): BufferND<Complex>
map
Link copied to clipboard
abstract fun StructureND<Complex>.map(transform: ComplexField.(Complex) -> Complex): StructureND<Complex>
mapIndexed
Link copied to clipboard
abstract fun StructureND<Complex>.mapIndexed(transform: ComplexField.(index: IntArray, Complex) -> Complex): StructureND<Complex>
minus
Link copied to clipboard
open operator fun Complex.minus(arg: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.minus(arg: Complex): StructureND<Complex>
open operator fun StructureND<Complex>.minus(other: StructureND<Complex>): StructureND<Complex>
multiply
Link copied to clipboard
open override fun multiply(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
plus
Link copied to clipboard
open operator fun Complex.plus(arg: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.plus(arg: Complex): StructureND<Complex>
open operator fun StructureND<Complex>.plus(other: StructureND<Complex>): StructureND<Complex>
pow
Link copied to clipboard
open infix fun StructureND<Complex>.pow(pow: Number): StructureND<Complex>
power
Link copied to clipboard
open override fun power(arg: StructureND<Complex>, pow: Number): BufferND<Complex>
scale
Link copied to clipboard
open override fun scale(a: StructureND<Complex>, value: Double): BufferND<Complex>
sin
Link copied to clipboard
open override fun sin(arg: StructureND<Complex>): BufferND<Complex>
sinh
Link copied to clipboard
open override fun sinh(arg: StructureND<Complex>): BufferND<Complex>
sqrt
Link copied to clipboard
open fun sqrt(arg: StructureND<Complex>): StructureND<Complex>
structureND
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: ComplexField.(IntArray) -> Complex): StructureND<Complex>
tan
Link copied to clipboard
open override fun tan(arg: StructureND<Complex>): BufferND<Complex>
tanh
Link copied to clipboard
open override fun tanh(arg: StructureND<Complex>): BufferND<Complex>
times
Link copied to clipboard
open operator fun Complex.times(arg: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.times(arg: Complex): StructureND<Complex>
open operator fun StructureND<Complex>.times(other: StructureND<Complex>): StructureND<Complex>
open operator fun Number.times(other: StructureND<Complex>): StructureND<Complex>
open operator fun StructureND<Complex>.times(k: Number): StructureND<Complex>
toBufferND
Link copied to clipboard
open override fun StructureND<Complex>.toBufferND(): BufferND<Complex>
unaryMinus
Link copied to clipboard
open operator override fun StructureND<Complex>.unaryMinus(): StructureND<Complex>
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Complex>): StructureND<Complex>
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Complex>) -> StructureND<Complex>
unaryPlus
Link copied to clipboard
open operator fun StructureND<Complex>.unaryPlus(): StructureND<Complex>
zip
Link copied to clipboard
abstract fun zip(left: StructureND<Complex>, right: StructureND<Complex>, transform: ComplexField.(Complex, Complex) -> Complex): StructureND<Complex>

Properties

bufferAlgebra
Link copied to clipboard
open override val bufferAlgebra: BufferAlgebra<Complex, ComplexField>
elementAlgebra
Link copied to clipboard
abstract val elementAlgebra: ComplexField
indexerBuilder
Link copied to clipboard
open override val indexerBuilder: (IntArray) -> ShapeIndex

Inheritors

ComplexFieldOpsND
Link copied to clipboard
ComplexFieldND
Link copied to clipboard

Sources

common source
Link copied to clipboard