kmath
kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlLinearSpace
/
toEjml
to
Ejml
abstract
fun
Matrix
<
T
>
.
toEjml
(
)
:
EjmlMatrix
<
T
,
M
>
Content copied to clipboard
Converts this matrix to EJML one.
abstract
fun
Point
<
T
>
.
toEjml
(
)
:
EjmlVector
<
T
,
M
>
Content copied to clipboard
Converts this vector to EJML one.