Results 37 issues of >>=

This test often fails ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21969634-no-uib-cipr-matrix-symmbandeigenvaluetest-unreliable?utm_campaign=plugin&utm_content=tracker%2F266729&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F266729&utm_medium=issues&utm_source=github).

e.g. (in Scala) ``` scala def pseudoSolve(m: Matrix, b: Vector) = { val svd = SVD.factorize(m) val ps = new BandMatrix(m.numRows(), 0, 0) // calculate pseudo-inverse of sigma svd.getS.zipWithIndex.foreach {...

_Original author: [email protected] (May 16, 2009 11:22:13)_ The API for reading and writing Matrix Market files is both cumbersome and confusing. A simple API would be a welcome improvement. _Original...

it should be able to cross compile everything apart from the os x binaries. If we could crack that build, then we wouldn't need to jump between machines during a...

It would be easier to maintain and extend the F2J codebase if it was written in a JVM language: #44 and #58 are prime candidates. #20 and #21 would just...

this one's a _big_ ask: support for the solvers listed in ftp://ftp.numerical.rl.ac.uk/pub/reports/ghsRAL200505.pdf which will require implementing open source versions of some of these proprietary solvers.

GPU acceleration can be utilised to greater effect by batching traditional routines http://docs.nvidia.com/cuda/cuda-samples/index.html#batchcublas we could create an additional API to support this.

not something I plan to do without funding

(from Keith Seymour) The general build procedure is outlined here: http://icl.cs.utk.edu/f2j/faq/index.html#322 But in your case, there are a few changes required. Since you want to include the full blas/lapack with...

or contact the performance people to use their code for testing.