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
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.
The text was updated successfully, but these errors were encountered:
The pull request #143 introduces
Matrix
and its implementation based on jblas library. However, some methods ofMatrix
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.The text was updated successfully, but these errors were encountered: