kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.linear
/
BufferedLinearSpace
/
times
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.