-
Ginkgo currently supports only left preconditioning.
However, it seems that some use-cases require right and two-sided preconditioning. We started this as an off-topic (or maybe vaguely-on-topic) d…
-
As a relative newcomer to Julia and this package, I thought I'd try out an example script. `audiometer.jl` works fine. `measure_latency.jl` does not.
I've narrowed the issue down to the `write` ca…
-
**Notebook title**: GLM-ordinal-regression
**Notebook url**: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-ordinal-regression.ipynb
## Issue descripti…
-
If I have done my analysis right - the failure is introduced in https://github.com/opencollab/arpack-ng/compare/0e7d01d..7fc42e5
I'm not sure if we are doing something wrong in our wrappers or Arpa…
-
Dear,
after following the procedures of installing Julia in Linux (see below), I got an error while testing the software.
```
git clone git://github.com/JuliaLang/julia.git
cd julia
git checkou…
-
```
(v1.1) pkg> add GenericLinearAlgebra#master
Updating registry at `C:\Users\jas\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Updating git-…
-
### Environment
- **Qiskit version**: 1.1, 1.2, and main
- **Python version**: Any
- **Operating system**: Linux
### What is happening?
When running a large quantum volume circuit through the…
-
Code like `x->abs(f(x))` in `abs(f::Fun)` doesn't benefit from the fact that `f` can be evaluated fast at the grid.
Perhaps we need to override `∘(f, ::Fun)` to return `ComposeFun`, that knows tha…
-
I noticed that the following fails:
``` julia
B = randn(100,100);
A = view(B,1:50,1:50)
schurfact!(A)
```
The reason is that the `Schur` immutable assumes that `T` and `Z` are of the same type:
```…
Jutho updated
8 years ago
-
I was trying to port some code to Rust that required computing the [pseudo-inverse](https://en.wikipedia.org/wiki/Moore%E2%80%93Penrose_pseudoinverse) of a matrix and had to realize that **rulinalg** …