vkostyukov / la4j

Linear Algebra for Java
http://la4j.org
Apache License 2.0
373 stars 108 forks source link

New IO streams for sparse matrices #65

Open vkostyukov opened 11 years ago

vkostyukov commented 11 years ago

Subj. Also we need to think about using these formats with dense matrices.

yuronew commented 11 years ago

Do mean "rutherford boeing"? I can't google utherford boeing!

vkostyukov commented 11 years ago

Right.

I think we can start with the following format:

  1. Harwell Boeing http://people.sc.fsu.edu/~jburkardt/data/hb/hb.html
vkostyukov commented 11 years ago

Should be done in next release.

yuronew commented 10 years ago

Did somebody already wrote it? I am going to implement this format support in la4j.

vkostyukov commented 10 years ago

@yuronew please go ahead!

vkostyukov commented 10 years ago

I think we should start with refactoring all the io package first. Moving it to the next milestone (0.6.0).