-
**Please, I would prefer that nobody make announcements on blogs about this (in reddit, hackernews, etc.) before the release on crates.io which will occur during the second half of august.**
All th…
-
### Current implementation
Current implementation of locking is to wait until a subdiagonal element of the Hessenberg matrix becomes small, and then do a local schur decomposition of the left upper b…
-
Singular value decomposition factorization (`svdfact`) is a slightly unfortunate name; minor a thing as it is, the redundancy chafes. Perhaps `svdecomp`, `svfact`, or something similar would be better…
-
I'd like to patch the broken indentation in the code examples of the documentation here: http://dealii.org/developer/doxygen/deal.II/classDataPostprocessorTensor.html
Specifically, I want to apply …
-
From Arash:
With the benzene example, if I run a wannierisation, and then do a second run setting "restart = wannierise” (or indeed plot) I get an error
```
forrtl: severe (24): end-of-file during…
-
_Original ticket http://projects.scipy.org/scipy/ticket/1138 on 2010-03-26 by trac user cstein06, assigned to unknown._
Hi,
I had the weirdest bug in my code yesterday and have been for a long t…
-
Hello all,
I am using EigenDecomposition class these days and sometimes the diagonalized matrix I get in return seems wrong.
A typical case is when I set this matrix :
{{23473.684554963584, 4273.0…
-
Is there any work or reference for a complex number type based on a ```gmp_float``` or ```mpfr_float```? I believe that I cannot just use e.g. g++ or clang ```std::complex```.
-
I've added a sample interface for UPR1 twisted QZ. Please take a look [z_uniplusrankone_twistedqz](https://github.com/jaurentz/eiscor/blob/feature-twisted-upr1/src/complex_double/z_uniplusrankone_twis…
-
This issue is the first step in a larger issue that could be called "Unify with `ApproxFun.BlockBandedMatrix` / `ApproxFun.BandedBlockBandedMatrix`".
In ApproxFun I need to work with views of bloc…