multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.api.linalg
/
LinAlgEx
/
dotMV
dot
MV
common
abstract
fun
<
T
:
Number
>
dotMV
(
a
:
MultiArray
<
T
,
D2
>
,
b
:
MultiArray
<
T
,
D1
>
)
:
NDArray
<
T
,
D1
>
Content copied to clipboard
Dot products of number matrix and number vector.