-
Sums are calculated in linear time, starting with version 3.0. But _cumulative_ sums are calculated in quadratic time (2 minutes for 10,000 terms, on my machine—much faster than even a simple sum of 1…
-
- create a triangle using the line tool
- create the incircle using geometric construction or the inscribed circle tool
- enable snap intersection
- select the distance point to point tool
- hover the…
-
## Feature
Abstraction for lazy evaluation of tensors that can make use of special matrix structure for linear algebra operations, similar to Tensorflow's / scipy's `LinearOperator`.
## Motivati…
-
Assign: dirk
-
@walkeranthonyp, Nathan Collier and I met up at the DOE Modeling PI meeting and had a fun discussion about improving the photosynthesis code. @walkeranthonyp has some more fundamental ways to improve…
-
I'm able to successfully run the BandpassFilter example, but as it stands, the results appear empty.
The `data.txt` file:
```
0.000000000000E+000 0.000000000000E+000
0.000000000000E+000 …
-
**Note update**:
statsmodels supports now all scipy optimizers through the scipy.optimize minimize function. The list below has not been updated. Several scipy optimizers (especially bfgs) have chan…
-
This looks a relevant paper: http://onlinelibrary.wiley.com/doi/10.1002/gamm.201410004/pdf
-
I'm unable to run the perpendicular-flap tutorial using nix-precice. I installed `nix-static` on Ubuntu 22.04 through running `setup.sh`. After that I cloned the precice-tutorials and in `tutorials/pe…
iimog updated
4 months ago
-
I'm trying to use `jaxopt.OSQP` as part of the projection step of another training algorithm. The QP is
```math
\begin{equation}
\begin{split}
\text{min} & \quad ||\theta-\theta_0||^2 \\
\text{s…