-
Not sure this is a proper bug, but my NFFT coefficients are much influenced by the DC component. In particular if the DC component is very high all coefficients become zero.
-
Some of our code is a bit brittle because of the loosely thrown around primitive strings. Some libraries use checksum addresses and others use lowercase. We should make this uniform across the project…
-
AmericanFlag.hs takes near 20 seconds to verify, while `z3 AmericanFlag.hs.smt2` takes only 2 seconds. It turns out most of the time is spent in `Language.Fixpoint.Smt.Interface.command` which is call…
-
It is extremely common to have optional dependencies in Fortran projects (see the examples section at the end of this description).
The way Cargo handles it is described in here: https://doc.rust-l…
-
Basically the question is how to read .mdpa file data? I’m not planning to install GiD and just want to make programmable input files where I change geometry/nodes coordinates run solver and generate …
-
This one is hard to describe. Watch the video. The issue is clearly about the order of operations:
https://github.com/KittyCAD/modeling-app/assets/547923/1f35cc63-e342-4c59-9d0e-b483acd692ff
-
I have a large-scale problem where I use the L1-regularized least square for compressed sensing by [ Stephen Boyd ](https://web.stanford.edu/~boyd/l1_ls/). However, the computation takes something lik…
-
I am trying to install the scikits.bvp_solver on windows 10 using Python 3 on Enthought Canopy.
I have installed a 64 bit Gfortran compiler, as well as Windows Visual Studios C++ (2019 edition) al…
-
OS:
4.13.8-1-ARCH
Julia v0.6
If I run `Pkg.add("CoinOptServices")` or `Pkg.build("CoinOptServices")`
I get the following error:
```
INFO: Building Cbc
INFO: Building Ipopt
INFO: Building L…
-
Of the 7 "main" adapters, 4 of them have more than one page: CalculiX, SU2, OpenFOAM and deal.ii. However, each has a different structure. A common structure would be welcome.
Some spotted issues &…