-
From
```
Start 18: unit_test_bse
18/84 Test #18: unit_test_bse ...........................***Failed 0.22 sec
Running 1 test case...
A
nan nan nan nan nan nan nan nan nan nan
…
-
With `Arpack v0.4.0`
```julia
julia> using Random
julia> Random.seed!(123);
julia> A, B = randn(10, 10), randn(10, 10);
julia> eigs(A, B)[1]
6-element Array{Complex{Float64},1}:
-151.11…
-
Calling `DiscreteAlgebraicRiccatiEquation` with
```
A = [ 0 , 1; 0, 0 ]
B = [ 0; 1 ]
Q = eye(2)
R = 1
```
results in the DARE solver getting stuck in an infinite loop in the `reorder_eigen` su…
-
https://en.wikipedia.org/wiki/Common_spatial_pattern
-
**Is your feature request related to a problem? Please describe.**
In a nutshell, I would like to have a differentiable function for joint eigenvalues computation, an MATLAB interface can be found he…
-
I am honour to learn LAPACK package, I created the make.inc file with the example(the content is the same as make.inc.example).
But when I installed it with 'make', there was some errors:
make[2…
-
I noticed in the tutorial when optimal instruments were implemented, the procedure was:
1. Initial estimate with 1s GMM
2. Compute optimal instruments
3. Updated results with 1s GMM
I am curi…
-
Encourage this error when running [Leveraging Qiskit Runtime tutorial](https://qiskit.org/documentation/nature/tutorials/07_leveraging_qiskit_runtime.html) locally. The notebook itself has some bugs b…
-
Hi,
I already talked with Ólavur about this and would like to suggest adding [Structural Topic Models](http://www.structuraltopicmodel.com/) to gensim. ``STM``'s are basically (besides other thing…
-
While following up the discussion of `enforce` #591, in particular in relation to generalized eigenvalue problems, I noticed that it had been used in
https://github.com/kinnala/scikit-fem/blob/56f…