wolfe-pack / wolfe

Wolfe Language and Engine
https://wolfe-pack.github.io/wolfe
Apache License 2.0
135 stars 17 forks source link

Write Matrix/Vector wrapper classes #161

Closed riedelcastro closed 9 years ago

riedelcastro commented 9 years ago

There exist several useful vector/matrix implementations in the java/scala universe, and depending on the use case we may need different ones. Also, there is currently a lot of code within Settings that performs different LA operations depending on the vector or matrix type. Both could be addressed by defining general Wolfe Vector and Matrix interfaces that wrap around specific Factorie, BidMat, Breeze etc implementations.

rockt commented 9 years ago

This will be addressed within the Tensor "wrapper".