-
I have tried installing firedrake following the exact procedure reported on the website. My computer (Mac book air 2019 - intel) refuse to do it. When it tries to build PETSc the installation crashes.…
-
```
What steps will reproduce the problem?
x=randn(100,20); y=randn(100,1); fit=glmnet(x,y);
What is the expected output? What do you see instead?
it shoudl return a struct. Instead it returns
…
-
```
What steps will reproduce the problem?
x=randn(100,20); y=randn(100,1); fit=glmnet(x,y);
What is the expected output? What do you see instead?
it shoudl return a struct. Instead it returns
…
-
```
What steps will reproduce the problem?
x=randn(100,20); y=randn(100,1); fit=glmnet(x,y);
What is the expected output? What do you see instead?
it shoudl return a struct. Instead it returns
…
-
```
What steps will reproduce the problem?
x=randn(100,20); y=randn(100,1); fit=glmnet(x,y);
What is the expected output? What do you see instead?
it shoudl return a struct. Instead it returns
…
-
```
What steps will reproduce the problem?
x=randn(100,20); y=randn(100,1); fit=glmnet(x,y);
What is the expected output? What do you see instead?
it shoudl return a struct. Instead it returns
…
-
I'm trying to pass an array between Fortran and Python but the dimensions and type are not matched. In Fortran I have
```fortran
(gdb) ptype tgrnd
type = real(kind=8) (2,72,0:47)
```
And I pa…
-
Hi, I am on a Mac M2 Pro chip with Sonoma 14.0, Bioconductor version 3.18 (BiocManager 1.30.22), R 4.3.1 (2023-06-16). I follow this link to download the correct gfortran version for macOS but still n…
-
In the phrase "We link Gosl with existent libraries written in C and Fortran" I suggest replacing "existent" with "existing".
-
This is an awesome package. Unfortunately, I am not an expert in C++. I am wondering if there is a python version for this package? Thank you very much.