kmath-core
/
space.kscience.kmath.operations
/
times
common
times
operator fun <
T
:
AlgebraElement
<
T
,
R
>,
R
:
Ring
<
T
>>
T
.
times
(b:
T
):
T
Content copied to clipboard
Multiplies this element by another one.
Return
the product.
Parameters
b
the multiplicand.