-
My issue is about the error LinAlgError: Schur form not found. Possibly ill-conditioned raised when I use the following code. The problem is that it only happens in the first execution of the script, …
-
Looking at the schur eliminator and iterative solver, most operations are of the form `M'M` or `M'v`, for which a column major layout for `M` is more logical. It would also make parallelizing some of …
-
**Reported by Clancy Rowley on 2014-07-26**
I'm considering rewriting some of the routines in python-control so that it will no longer depend on SLICOT. The main reasons for this are that 1) because S…
-
Hi,
I would like to use the LAPACK 'zgees' function in a numba accelerated function. My first attempt was to use the get_cython_function_address routine. However, the ctypes have no complex datatype …
-
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…
-
## Performance test of solver settings for fault with prescribed slip
PyLith branch: **baagaard/update-examples-3dsubduction**
```
cd examples/3d/subduction
pylith step03_interseismic.cfg mat_…
-
I'm trying to build AutoFlip in Docker (using the provided [Dockerfile](https://github.com/google/mediapipe/blob/master/Dockerfile)) and it's failing with the below:
```
...
Step 16/17 : COPY . /…
-
Hi, tests are failing, e.g.:
~~~~
mottelet@macmottelet-cr-1 test % ./hs071_c
******************************************************************************
This program contains Ipopt, a lib…
-
If you add to the SolverOptions in libmv_bundle_adjuster.cc `options.num_threads = 4;`, and compile and run libmv on the sample data, it will give slightly different results for the camera intrinsics …
-
# Description
Numerics should maintain hydrostatically balanced states to a very high precision.
For that to happen the pressure gradient term must be in discrete balance with
the gravity source …