api / koma.extensions / plus
plus
@JvmName("plusByte") operator funNDArray<Byte>.plus(other:Byte):NDArray<Byte>
@JvmName("plusArrByte") operator funNDArray<Byte>.plus(other:NDArray<Byte>):NDArray<Byte>
@JvmName("plusDouble") operator funNDArray<Double>.plus(other:Double):NDArray<Double>
@JvmName("plusArrDouble") operator funNDArray<Double>.plus(other:NDArray<Double>):NDArray<Double>
@JvmName("plusFloat") operator funNDArray<Float>.plus(other:Float):NDArray<Float>
@JvmName("plusArrFloat") operator funNDArray<Float>.plus(other:NDArray<Float>):NDArray<Float>
@JvmName("plusInt") operator funNDArray<Int>.plus(other:Int):NDArray<Int>
@JvmName("plusArrInt") operator funNDArray<Int>.plus(other:NDArray<Int>):NDArray<Int>
@JvmName("plusLong") operator funNDArray<Long>.plus(other:Long):NDArray<Long>
@JvmName("plusArrLong") operator funNDArray<Long>.plus(other:NDArray<Long>):NDArray<Long>
@JvmName("plusShort") operator funNDArray<Short>.plus(other:Short):NDArray<Short>
@JvmName("plusArrShort") operator funNDArray<Short>.plus(other:NDArray<Short>):NDArray<Short>``operator funMatrix<Double>.plus(value:Int):Matrix<Double>
Allow operator overloading with non-Double scalars