times

open operator override fun Matrix<T>.times(value: T): Matrix<T>(source)

Multiplies a matrix by its element.

Receiver

the multiplicand.

the product.

Parameters

value

the multiplier.