toEjml

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

Converts this matrix to EJML one.


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

Converts this vector to EJML one.