jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

Make all Matrices, ComplexDouble and ComplexFloat serializable #71

Open ghost opened 8 years ago

ghost commented 8 years ago

I am going to create a JPPF-style library permitting a user to specify algorithms to be executed on remote computing / data nodes. For matrix operations, I'd like to choose jblas. An absolute prerequisite, however, is for all Matrices, ComplexDouble and ComplexFloat to be serializable. I can do it, if you want, and issue a pull request.