-
I get an error when trying to run it. I tried upgrading scipy and that didn't help.
`AttributeError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from E…
-
MWE:
```
julia> Zygote.gradient(nt -> nt.x^2, (x=1.,))
((x = 2.0,),)
julia> AD.gradient(AD.ZygoteBackend(), nt -> nt.x^2, (x=1.,))
ERROR: MethodError: no method matching adjoint(::ChainRulesC…
-
On Microsoft Windows, there is a new C runtime "libc" called "ucrt". Many of the changes support ISO C99 conformance..
https://devblogs.microsoft.com/cppblog/introducing-the-universal-crt/
https://d…
-
Using [lf-linalg](https://github.com/Pranavchiku/stdlib-fortran-lang/tree/lf-linalg) branch, gfortran works well.
With LFortran
```script
set -ex
FC=lfortran cmake .
make fortran_stdlib
cp s…
-
I would like to move the recent discussion from SciPy https://github.com/scipy/scipy/issues/19068 to here for a more specialized treatment.
In the current incarnation of linalg functions, the most…
ilayn updated
7 months ago
-
QR rotation block must be encapsulated, i.e., lines 299 - 316.
**Consider first whether the built-in function can be used**
```Matlab
[R, g] = plane_rotations(H, beta)
% H: Upper Hessenber…
-
the google collab notebook is not working on cell # Install DPVO
-
Lines 280 -- 298 from `pd_gmres` should be encapsulated into:
```Matlab
[H, W] = modified_gram_schmidt_arnoldi(A, v, m)
% Inputs:
%
% A: matrix n-by-n
% v: normalised residual vector
% m:…
-
Good day everyone,
I am trying to compile TINES (https://github.com/sandialabs/Tines) which depends on Kokkos. I am doing all these on an Ubuntu 22.04, with cmake version - 3.22.1 and gcc-11
I w…
-
E.g. https://buildkite.com/julialang/julia-master/builds/15140#0182e880-cff6-49c2-a275-2164b2b9c41e, but I've seen it in other builds also:
```
cmdlineargs (6…
Keno updated
3 months ago