ViktorFieldND

open class ViktorFieldND(shape: Shape) : ViktorFieldOpsND, FieldND<Double, DoubleField> , NumbersAddOps<StructureND<Double>>

Functions

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

Properties

Link copied to clipboard
open override val elementAlgebra: DoubleField
Link copied to clipboard
val StructureND<Double>.f64Buffer: F64Array
Link copied to clipboard
open val indices: ShapeIndexer
Link copied to clipboard
open override val one: ViktorStructureND
Link copied to clipboard
open override val shape: Shape
Link copied to clipboard
open override val zero: ViktorStructureND

Sources

Link copied to clipboard