toEjml

abstract fun Matrix<T>.toEjml(): EjmlMatrix<T, M>

Converts this matrix to EJML one.


abstract fun Point<T>.toEjml(): EjmlVector<T, M>

Converts this vector to EJML one.