-
Following the discussion in #80 I thought it would be good to lay out some ideas for a general block matrix/operator abstraction.
Some useful types of block operators:
- Block tridiagonal where ea…
-
Hello guys,
I have tried to run the code by following the structure, but I faced some issues that I hope you help me solve.
There is a function on the code which is in the module **gplvm.py**, and t…
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Description
Container App supports the creation of a custom domain with [free managed cert…
-
The more I dig into the Elmer code base and the more I use the tool, the more I'm surprised that the development team is dealing with massive issues that is taking a lot of their time and effort. For …
-
As discussed, adding and dropping columns from the active-set matrix `S` is especially inefficient. Because `S` is only used through products with vectors, it seems plausible that we could replace the…
-
- [ ] A non-destructive way to modify plasma equilibria. Currently adjusting and re-solving modifies the Equilibrium object, so either a way to deep copy or return a modified copy
- [x] Calculation o…
-
Hello everyone,
I would like a NN to learn how to sample from a complex distribution in high-dimensions (e.g. 10-100K dimensions).
I guess that would be possible via learning parameters of a mul…
-
We had some discussions about specifying and validating data structure invariants, so I'll list them here:
### Matrix formats
* All formats: values contain no NaN or Inf values
* All sparse forma…
-
Sparse matrix factorization heavily relies on combinatory graph algorithms. For example see the section "Bipartite matching for sparse solvers" and "Graph partitioning" (for fill-reducing ordering) [i…
-
E.g. in `magmaCholeskySolve`, magma_potrs_gpu is called which does not have queue argument. Magma implementation creates a queue argument with `magma_queue_create` which creates new cublas handle (tha…