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