-
_Originally posted by @gardner48 in https://github.com/LLNL/sundials/issues/173#issuecomment-1176270242_
Naively following the first suggestion in #173 by doing something like `cmake ... -DBLA_VEND…
-
**Describe the example**
In the switch from OrdinaryDiffEqRosenbrock@1.1 to OrdinaryDiffEqRosenbrock@1.2, some tooling for solving DAEs in mass-matrix form is no longer exported.
If I just need …
-
I tried to install scikit-umfpack on google colab with an environment of python [3.7.10] by
`! pip install --upgrade scikit-umfpack`
But it came with an error:
`Collecting scikit-umfpack
Us…
-
dir(scikits)
Out[4]:
['__builtins__',
'__cached__',
'__doc__',
'__file__',
'__loader__',
'__name__',
'__package__',
'__path__',
'__spec__']
import scikits.ufmpack
Traceback (…
-
On julia nightly
```julia
julia> @time using StaticArrays
1.160173 seconds (1.95 M allocations: 142.974 MiB, 34.39% compilation time)
```
```julia
julia> using SnoopCompileCore
julia> inval…
-
With a recent upgrade of anaconda I'm getting seg faults with PyCall (and PyPlot). Reading the other recent issues it appears some are having the same problem but my output is a bit different and the …
-
Dear Igraph team,
I'm working on a nursing home and hospital transmission study of SARS-CoV-2 using your igraph package to create and calculate with graphs. My current results are based on the crea…
-
It seems like this should be supported:
```
julia> using SparseArrays, LinearAlgebra
julia> A = sprand(10,10,0.1); A = A'A + I;
julia> F = cholesky(A)
SuiteSparse.CHOLMOD.Factor{Float64}
typ…
-
Hello,
I've been trying to use these notebooks, but I'm having trouble running them. Whenever I try to open one, it takes about 5 minutes to load, and then I get an error. Can anyone help me figure…
-
I am experiencing a strange Julia crash on Julia < 1.6 when I `import BetaML` before computing a `gradient` operation with Zygote, but if I first do this operation, then I `import BetaML` (or `using B…