-
# PROBLEM
For our assembly process, we currently:
1. fill a `LvArray::SparsityPattern` ( `LvArray::ArrayOfSets`) and then,
2. assimilate that into a `LvArray::CRSMatrix`.
3. In the assembly …
-
From [Slack](https://czi-sci.slack.com/archives/CHTMHFU3A/p1635575670002900):
Alexander Tarashansky: In backend/common/compute/diffexp_generic.py, (lines 122-133):
```
with np.errstate(divide="…
-
http://es.mathworks.com/help/matlab/ref/cast.html
-
We will need the following; but the file names here are just provisional, and I may be missing parts of the picture, so this is just a first stab at it:
- floatlib.v (from iterative_methods repo)…
-
If the sparse matrix actually has structure, it would be nice to have a way to detect that and return the structured matrix type.
-
I encounter the following error when running the correct matrices command.
```
scHicCorrectMatrices -m ./tmp/merge/ramani_normalized.scool -o ./tmp/merge/ramani_corrected.scool --threads 20
```
…
-
Hi,
I have a huge NumPy 2D matrix stored in a Zarr directorystore (chunkwise), this is a boolean matrix of shape for example 600M rows, 100K columns. My goal is to access random rows, and since thi…
-
Hi,
I have been using superlu_dist to solve a complex-valued block-tridiagonal linear system that arises from discretizing a 2D variable coefficient Poisson equation using 2nd order central differe…
-
Ref. discussion between @martinholters and @tkelman starting at https://github.com/JuliaLang/julia/pull/16740#issuecomment-224578978. How should `fill!` behave for storage types with structural constr…
-
```
OS: Windows 10
Python version: 3.6.3
shap version: 0.33.0
sklearn version: 0.22
numpy version: 1.17.4
scipy version: 1.3.0
```
Here is a fully reproducible example:
```python
import …