Andrea Ferretti

Results 160 comments of Andrea Ferretti

This would also allow to support `t()` in the CUDA version

This was done for the CPU in version 0.2.0. Still to do on the GPU, though

Hi @ringabout , thank you for your contribution. Unfortunately, this fails tests, namely the suite "trivial operations should share storage". In other words, it seems that we are performing a...

Yeah, I know it's not very stable. There is no LU factorization here yet, but the Schur form can be used for now (although it is more costly; the determinant...

https://github.com/unicredit/neo/commit/742c60f852a4d3ebc531b7089fb4cb9d2068b916 introduced the two functions. `det` can be optimized, but as remarked it only makes sense for small matrices anyway, so it not much of an issue for now

If this makes the `neo/dense` module too big, we could think of moving these advanced functions and rewrites in a separate module

Also useful to get a better return type for eigenvalues

See the full list of settings on http://hbase.apache.org/book.html#config.files

Hi Bondifrench, I am a little undecided on this. In general, I know that one needs access to the original item: this is why all charts return some collection of...

I think the right place to put such an API - which is certainly welcome! - would be the Mid Level API. The Low Level one intentionally mimcs the SVG...