-
Reachability with underapproximation instead of overapproximation.
Linear:
- https://tel.archives-ouvertes.fr/tel-00422569v1/document
- http://ljk.imag.fr/membres/Antoine.Girard/Publications/hs…
-
### Description
[from CUDA docs]
The cuSolverRF library was designed to accelerate solution of sets of linear systems by fast re-factorization when given new coefficients in the same sparsity patter…
-
PyBERT launches a signal with zero rise/fall times. The only way to fix this is to adjust Tx_Cout when using the internal transmission line model. How about an option to input the rise/fall time and…
-
1.
LDL^t decomposition function `arm_mat_ldlt_f32` return diagonal matrix D as n×n matrix, but it real application you will probably never need it as a matrix, just n-vector with diagonal values will…
yuvpg updated
10 months ago
-
## Summary
This RFC is to propose the Semi-Implicit two-phase solver in branch `solver/two-phase-semiimplicit`. The solver utilized semi-implicit Chorin's projection scheme which is mainly to be us…
-
```
NumPy arrays are an invaluable tool for handling large datasets. They can
store mpmath numbers as well, but some operations on these arrays do not
work at all, others may not give the expected res…
-
```
Zero-dimensional reactor library is very useful for simple calculations. Since
these reactors do not accept the calculation of steady-state directly you must
integrate in time until to consider …
-
This is likely post-mvp.
We can initially use SIR model, but the code should be flexible enough to replace it with another model.
# The model
We want to solve a system of first-order non-linear o…
-
```
Zero-dimensional reactor library is very useful for simple calculations. Since
these reactors do not accept the calculation of steady-state directly you must
integrate in time until to consider …
-
Accelerate's Sparse Matrix library is not bound. https://developer.apple.com/documentation/accelerate/sparse_solvers
Most of Accelerate isn't bound, but most of it can be easily P/Invoked into.
…