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