kmath-dimensions
/
space.kscience.kmath.dimensions
/
DMatrixContext
/
dot
common
dot
infix inline fun <
R1
:
Dimension
,
C1
:
Dimension
,
C2
:
Dimension
>
DMatrix
<
T
,
R1
,
C1
>.
dot
(other:
DMatrix
<
T
,
C1
,
C2
>):
DMatrix
<
T
,
R1
,
C2
>
Content copied to clipboard
infix inline fun <
R
:
Dimension
,
C
:
Dimension
>
DMatrix
<
T
,
R
,
C
>.
dot
(vector:
DPoint
<
T
,
C
>):
DPoint
<
T
,
R
>
Content copied to clipboard