HebiRobotics/MFL

Add support for EJML matrices

Closed this issue · 1 comments

Create a separate binary that supports converting to and from EJML's Matrices.

Real

  • FMatrix
  • DMatrix

Complex

  • CMatrix
  • ZMatrix

Sparse

  • FMatrixSparseCSC
  • DMatrixSparseCSC

Maybe also sparse triplet at some point?

Logical ?

  • BMatrixRMaj

Simple

  • SimpleMatrix

Basic support added in #32