-
Error:
```
> susy/supreme gasoline - ethyl lead.yaml
_solver.py:666 INFO Running linear solver...
_solver.py:306 WARNING EmptySet response - likely overdetermined
_solver.py:342 INFO Searching fo…
-
This package has potential to be a solid foundation as being the interface between ModelingToolkit.jl and several FEM/FVM/DG/... packages, which can solve PDE-based models on unstructured domains. We …
-
**Issue by [bgoodri](https://github.com/bgoodri)**
_Tuesday Aug 23, 2016 at 03:11 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2023_
----
#### Summary:
Support solving a syst…
-
I play around with sympy.physics.mechanics quite a bit. Every so often, I need to solve systems of linear equations.
I used _sympy.linsolve_ and _sympy.solve_ to do this, until I learned, from a lectu…
-
```
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…
-
I was talking with @YingboMa regarding #1209 and the behavior of any variables labelled as `output=true`. We discussed what the appropriate way to use them were, especially for computing the Jacobian …
-
## Idea
The matrices representing the systems of equations in Cantera are generally solved using [SUNDIALS]. Newer versions of SUNDIALS have a better interface to integrate with heterogeneous c…
-
Just noticed the wrong patch version is listed in the header file installed via apt-get:
$ cat /usr/include/viennacl/version.hpp
# ifndef VIENNACL_VERSION_HPP
# define VIENNACL_VERSION_HPP
/\* ====…
-
This is my first issue, so not all required information may be provided below.
OS: Arch Linux amd64
Python: 3.7 (using Jupyter Notebook)
Sympy Verison: community/python-sympy 1.4-1 installed from…
-
Sometimes I have need for calculating eigenvalues or eigenvectors for small symmetric matrices, usually 3×3, which feels a bit overkill to depend on LAPACK for such a project, especially given the com…