sparse-linear-algebra icon indicating copy to clipboard operation
sparse-linear-algebra copied to clipboard

Numerical computation in native Haskell

Results 44 sparse-linear-algebra issues
Sort by recently updated
recently updated
newest added

It would be nice to have a Read instance such that we can show the vector or matrix as part of another structure and read it back.

enhancement
help wanted
new feature

- [ ] Matrix representation and algorithm for sparse QR - [ ] Implement "

enhancement
P1 : By next release
new feature

- [ ] Matrix representation for sparse triangular solution - [ ] Implement L and U solvers (Real valued) - [ ] " , extension to Complex domain

enhancement
P1 : By next release
new feature

- [ ] Evaluate best matrix format(s) for LU in accelerate (based on `fold`, `foldSeg`, `backpermute`, etc.) - [ ] Implement LU

enhancement
P1 : By next release
new feature

- [ ] Implement accelerate-specific algorithms (e.g. matvec, vecmat, matmat ..) - [ ] Implement " in terms of `sparse-linear-algebra-core` classes (depends on #28 )

enhancement
P1 : By next release

- [ ] Orthogonal matrices - [ ] Positive semidefinite matrices - [ ] Linear systems

enhancement
P1 : By next release

- [ ] both Real and Complex

bug
P2 : Urgent

- [ ] Interop with Vector - [x] Serialization with Matrix Market

enhancement
P1 : By next release

I have already some parts of a CSR and CSB (compressed sparse blocks) implementation The benefits are unclear at this stage but many algorithms which require exclusively mat-vec (but not...

enhancement
help wanted
question
P0 : Low priority