You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are interested in using your library but would like to extend it to other types, for example Saddle Vecs.
For example, be able to define operators that are Map[String, Vec[Double] => Vec[Double]]
As it stands now, we have to fork your library, and rewrite object FunctionRegister to have two different function registers: OperatorDouble and OperatorVector
We are interested in using your library but would like to extend it to other types, for example Saddle Vecs.
For example, be able to define operators that are
Map[String, Vec[Double] => Vec[Double]]
As it stands now, we have to fork your library, and rewrite
object FunctionRegister
to have two different function registers:OperatorDouble
andOperatorVector
(Saddle is a Scala library for numeric operations not unlike Pandas - http://saddle.github.io/)
The text was updated successfully, but these errors were encountered: