kmath
0.3.1-dev-RC
jvm
kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlLinearSpaceDSCC
/
dot
dot
open
infix override
fun
Matrix
<
Double
>
.
dot
(
other
:
Matrix
<
Double
>
)
:
EjmlDoubleMatrix
<
DMatrixSparseCSC
>
(
source
)
open
infix override
fun
Matrix
<
Double
>
.
dot
(
vector
:
Point
<
Double
>
)
:
EjmlDoubleVector
<
DMatrixSparseCSC
>
(
source
)