api / koma.extensions / times
times
@JvmName("timesArrByte") operator fun
NDArray
<
Byte
>.times(other:
NDArray
<
Byte
>):
NDArray
<
Byte
>
@JvmName("timesByte") operator fun
NDArray
<
Byte
>.times(other:
Byte
):
NDArray
<
Byte
>
@JvmName("timesArrDouble") operator fun
NDArray
<
Double
>.times(other:
NDArray
<
Double
>):
NDArray
<
Double
>
@JvmName("timesDouble") operator fun
NDArray
<
Double
>.times(other:
Double
):
NDArray
<
Double
>
@JvmName("timesArrFloat") operator fun
NDArray
<
Float
>.times(other:
NDArray
<
Float
>):
NDArray
<
Float
>
@JvmName("timesFloat") operator fun
NDArray
<
Float
>.times(other:
Float
):
NDArray
<
Float
>
@JvmName("timesArrInt") operator fun
NDArray
<
Int
>.times(other:
NDArray
<
Int
>):
NDArray
<
Int
>
@JvmName("timesInt") operator fun
NDArray
<
Int
>.times(other:
Int
):
NDArray
<
Int
>
@JvmName("timesArrLong") operator fun
NDArray
<
Long
>.times(other:
NDArray
<
Long
>):
NDArray
<
Long
>
@JvmName("timesLong") operator fun
NDArray
<
Long
>.times(other:
Long
):
NDArray
<
Long
>
@JvmName("timesArrShort") operator fun
NDArray
<
Short
>.times(other:
NDArray
<
Short
>):
NDArray
<
Short
>
@JvmName("timesShort") operator fun
NDArray
<
Short
>.times(other:
Short
):
NDArray
<
Short
>``operator fun
Matrix
<
Double
>.times(other:
Int
):
Matrix
<
Double
>
Multiply a scalar by a matrix