times

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

Multiplies a matrix by its element.

Parameters

<receiver>

the product.

value

the multiplier.

Sources

common source
Link copied to clipboard