-
Introduction
----------------
This is an issue to discuss how eigensolvers could be added to Ginkgo.
In general, eigensolvers compute an [eigendecomposition](https://en.wikipedia.org/wiki/Eigen…
-
By [Anderson–Kadec theorem](https://en.wikipedia.org/wiki/Anderson%E2%80%93Kadec_theorem), S106 (C[0, 1]), as an infinite-dimensional separable Banach space, is homeomorphic to the separable Hilbert s…
-
ParaSails has been implemented with MCLS for preconditioning. ParaSails is nice for many reasons:
1. It builds the inverse directly and that inverse has a sparsity pattern controlled by the input oper…
-
## Motivation
Currently, it takes many new users a lot of time to:
- Understand the value of the EMAworkbench
- Grasp the concepts behind it
This is not ideal. Many (potential) users will unnece…
-
Hi SALib team,
I have run the sobol analyze and get extremely large confidence interval like this:
![image](https://github.com/SALib/SALib/assets/26685122/a18c1ce5-955b-43b1-bf85-4df098f0ac23)
Th…
-
Dear all,
I want to use the 'smartpca.perl' script to check into the substructure of my data set. For this I transformed my vcf file (outputted by STACKSv2) into a EIGENSTRAT format using this python…
-
Creating a kernel density estimation from a dataset using a `MultiSpace` is currently not working.
## Current Behaviour
When creating a KDE from over a `MultiSpace` the constructor throws an err…
-
lets use coq unimath to decribe a room design using sheaves of rings in analytical geometry
That sounds like a very challenging and interesting task. Coq is a proof assistant that allows you to wri…
-
using this code:
~~~js
const c=n.a.get("API.lemonade.url"),d=n.a.get("API.lemonade.urlLinear"),u=n.a.get("API.lemonade.urlVod"),p=n.a.get("API.lemonade.platform"),m=n.a.get("API.lemonade.timeout")…
3052 updated
6 months ago
-
I think `NamedTuple`s are allowed as `Active`s, but currently, we get (may be a known problem):
```julia
julia> autodiff(x -> x.a * x.b, Active((a = 2, b = 3)))
((a = 0, b = 0),)
```