kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixContext
/
times
common
times
inline operator fun <
R
:
Dimension
,
C
:
Dimension
>
DMatrix
<
T
,
R
,
C
>.
times
(value:
T
):
DMatrix
<
T
,
R
,
C
>
Content copied to clipboard
inline operator fun <
R
:
Dimension
,
C
:
Dimension
>
T
.
times
(m:
DMatrix
<
T
,
R
,
C
>):
DMatrix
<
T
,
R
,
C
>
Content copied to clipboard