-
Hello
Using "linear_eq_to_matrix" to get the matricial form from a system of equations works fines. The correct Matrices A, B are generated fine hower if A and B contains a MatrixSymbol then this …
-
### Is your feature request related to a problem? Please describe.
For some problems that involve banded matrices, not only the solution of linear systems might be of interest, but also the factori…
-
Would this be able to pull large ODEs from model objects?
In particular, ones used in the MRGsolve package?
-
```
What steps will reproduce the problem?
1. Modify the test_tridiagonal example that comes with cudpp. The function
testTridiagonalDataType declares an array of systemSizes as follows:
int sys…
-
It would be great to have a an example which solves systems with time-varying matrices A, B for LQR.
I know I can just call the `lqr` method at every timestep with different A and B matrices, but i…
-
Currently the implementations of BiCGStab and GMRES use methods in LinearAlgebra that do not have generic fallbacks.
BiCGStab makes an explicit call to `BLAS.gemv!` which is implemented only for r…
-
@TeusvanderStelt's PR #9263 contains an implementation of the Newton convergence diagnostics of https://doi.org/10.1016/j.amc.2021.125991.
If you run NewtonDiagnostics.ThermoFluidSystem.M2 in the a…
-
### This is my first time to try Aparapi. This is my development enviroment info:
| __Info__ |
| ---- |
|____Win10____|
|__NVIDIA Quadro Series K2200 with CUDA10__|
|__Aparapi 1.10.0__|
|__JDK…
-
Hi,
After running some SHARC/RICC2 simulations with ADC(2) using spin-orbit coupling, I noticed that the Hamiltonian listed in QM.out/output.dat is entirely real. This is opposed to e.g. CASSCF cal…
-
Originally from SO:
https://stackoverflow.com/questions/75625775/cant-solve-an-equasion-with-sympy
This is 3 equations involving 5 symbols:
```python
import sympy as sp
a, b, c, d, x = sp.symbo…