ComplexFieldOpsND

An optimized nd-field for complex numbers

Types

Link copied to clipboard
object Companion : ComplexFieldOpsND

Functions

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

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard