-
### Ticket Contents
## Protean Overview
Protean eGov Technologies Limited provides IT services. The Company offers citizen services, e-governance solutions, system integration, business process re…
-
In the Tiled Catalog SQL database, we store a history of metadata revisions by keeping a snapshot of the previous versions of metadata in a separate table, `metadata_revisions`. In an aside with @Kezz…
-
Apologies if this is a prior issue or it's already possible—I promise I looked—but in the event that aria2c is being used to download torrent files with large numbers of pieces or extensive datasets, …
-
Running FFCx on the following code
```
from basix.ufl import element
from ufl import (
FunctionSpace,
Mesh,
TestFunction,
TrialFunction,
dx,
grad,
inner,
)
…
-
Hi if i understand correctly,
the descriptor extractor returns a list DoubleFV , ie a list of double vectors.
For finding the similarity you find the minimum euclidean distance.
My idea is to sa…
-
Dear OptimPack maintainers,
This is Dr. Zaikun Zhang from The Hong Kong Polytechnic University. Together with Professor [N.I.M. Gould](https://www.numerical.rl.ac.uk/people/nimg/), I am responsible…
-
From @marcolincs
### What is the feature being requested?
Current code uses math precision for operation but it does not use design precision to determine the points. Will need to "round" p…
-
I hope this isn't a complete duplicate - I did a search of the open and closed issues, and issue #4411 comes close to what I have in mind, but it's closed, but browser support for this has also change…
-
You mentioned that linear and nonlinear LSQ are comparable in runtime. Naively, one would expect that the former is much less work and is much faster than the latter. This all hints that there is some…
ev-br updated
9 years ago
-
We should have a root-finding package, either in `gonum/root` or in `gonum/optimize/root`.
I'm not exactly sure how this package should look. An idea is to roughly copy the design of `optimize`, us…