kmath
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixContext
/
times
times
common
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