snuspl / dolphin

14 stars 2 forks source link

Support matrix operations for matrices on different implementations. #147

Open beomyeol opened 8 years ago

beomyeol commented 8 years ago

The pull request #143 introduces Matrix and its implementation based on jblas library. However, some methods of Matrix do not work when the given matrix as the argument is not jblas-based implementation. We should take into consideration how to support matrix operations with matrices based on different implementations.