Functions

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

Properties

elementContext
Link copied to clipboard
open override val elementContext: DoubleField
f64Buffer
Link copied to clipboard
val StructureND<Double>.f64Buffer: F64Array
one
Link copied to clipboard
open override val one: ViktorStructureND
shape
Link copied to clipboard
open override val shape: IntArray
zero
Link copied to clipboard
open override val zero: ViktorStructureND

Sources

jvm source
Link copied to clipboard