mikera / vectorz

Fast and flexible numerical library for Java featuring N-dimensional arrays
GNU Lesser General Public License v3.0
243 stars 46 forks source link

Sparse backwards and forwards substitution #30

Open mikera opened 10 years ago

mikera commented 10 years ago

We should provide backward and forward substitution algorithms for sparse matrices.

See: https://github.com/mikera/vectorz/issues/29 for motivation

mikera commented 10 years ago

@moygit might be an interesting one for you given your work with the sparse matrices?

moygit commented 10 years ago

Sounds good, I'll add it to my list. Might be a little while, though: I'm looking into speeding up some multiplications right now, and also busy with a few other things (non-Vectorz).

mikera commented 10 years ago

Sure - no hurry!