kmath-ejml
/
space.kscience.kmath.ejml
/
EjmlLinearSpaceDDRM
/
toEjml
to
Ejml
open override fun
Matrix
<
Double
>.
toEjml
():
EjmlDoubleMatrix
<
DMatrixRMaj
>
Content copied to clipboard
Converts this matrix to EJML one.
open override fun
Point
<
Double
>.
toEjml
():
EjmlDoubleVector
<
DMatrixRMaj
>
Content copied to clipboard
Converts this vector to EJML one.