kmath
common
kmath-core
/
space.kscience.kmath.linear
/
BufferedLinearSpace
/
times
times
common
open
operator override
fun
Matrix
<
T
>
.
times
(
value
:
T
)
:
Matrix
<
T
>
Content copied to clipboard
Multiplies a matrix by its element.
Receiver
the multiplicand.
the product.
Parameters
value
the multiplier.
Sources
common source
Link copied to clipboard