-
Hi guys!
I'm trying to pack julia 0.5.0-rc1, but the mbedtls is failing with this message:
```
[ 51s] CMake Error at library/cmake_install.cmake:144 (file):
[ 51s] file RPATH_CHANGE could not …
-
Using the latest numpy package from pypi.anaconda.org/carlkl/simple it's possible to trigger a segfault with:
```
python -c "import numpy as np; X = np.random.randn(200, 200); print(np.linalg.svd(X))…
-
Currently, `eig` and similar throw `no method eigfact` when applied to these types of matrices. We should be able to provide efficient LAPACK-based solvers for these types.
For `Tridiagonal`, we can…
-
martin@ubuntu:~/geo$ cd GeoCoq/
martin@ubuntu:~/geo/GeoCoq$ ls
Axioms configure.sh LICENSE Makefile Meta_theory Tactics Utils
Changelog Highschool Make Make.in README.md Tarsk…
-
Hi,
I just tried to compile the newest 0.2.15 OpenBLAS (thanks for the hard work btw),
but encountered new problems when trying to build for Android.
The commit [63c56d3](https://github.com/xianyi/O…
-
For small complex eigenvalues of the Hessenberg matrix, `beast.evolution.substitutionmodel.DefaultEigenSystem.hqr2` tries to access index `-1` of `double[][] h`.
When `en==1`, the loop starting in li…
-
```
$ make html SPHINXOPTS="-n" #Checks for invalid cross-references
...
```
Some of the warnings thrown by `-n` legitimately refer to functions, types or other objects that lack an entry in the stan…
-
To access a templated C++ function it first necessary to create a function pointer table using something `NAMED_DTYPE_TEMPLATE_TABLE(....)`.
This is fine if your C++ functions works fine for all NMa…
v0dro updated
9 years ago
-
As noted in the [comment in hessenberg](https://github.com/scipy/scipy/blob/master/scipy/linalg/decomp.py#L839), the orthogonal matrix `q` should be generated with ORGHR instead of iterating within th…
-
qrfact provides a QRPackedQ
which I love because it muliplies matrices with m rows or n rows
svdfact should do the same (and I don't think it is)
Maybe a better name is PackedQ rather than QRPack…