Companion
Functions
Link copied to clipboard
open override fun add(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun divide(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
Link copied to clipboard
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 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
Link copied to clipboard
open override fun multiply(left: StructureND<Complex>, right: StructureND<Complex>): StructureND<Complex>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun structureND(shape: ShapeND, initializer: ComplexField.(IntArray) -> Complex): StructureND<Complex>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Complex>) -> StructureND<Complex>
Link copied to clipboard
Link copied to clipboard
open fun zip(left: StructureND<Complex>, right: StructureND<Complex>, transform: ComplexField.(Complex, Complex) -> Complex): StructureND<Complex>