-
Hi @magicDGS,
I hope things are going well! I'm looking at adding native support for URL's to GATK and I was going to use your library as a starting point. Do you have any interest/availability i…
-
I see Jordan decomposition or matrix exponential computation is quite frequently used
But I see a lot of redundancy are made only to make the result an explicit matrix.
For example, matrix `exp` or …
-
There seems to be an error when you use surface sampling together with blastAMR.
When surface sampling is deactivated or if sampling occurs *AFTER* the first rebalance it works.
When surface …
-
`A` is a 50x50 sparsely filled Matrix (generated by randMatrix to have 10% filling) with a non-zero determinant that has entries denoted by 'x' below.
```
..x.............xx.......x.........x.......…
-
Draft 5 (detailed in #88) changes the folder and file names. The following links need to be updated:
```
/Users/adowling/DowlingLab/Teaching/data-and-computing/notebooks/01/Python-Basics-III-Lists…
-
Recently I found myself trying to find the eigenvalues of 1 million 3x3 rotations, and I was very frustrated by how slow it was going, so I turned to StaticArrays. It looks like StaticArrays provides …
-
Hello,
I currently have a dataset that has 1246064 observations and 94 features. It is my understanding that the GP process would have to generate a kernel size of 1246064 * 1246064, and I am not …
-
Rulinalg has implementations of a number of decompositions. Currently these are returned as `Result`, where `tuple` is a tuple of `Matrix`. This is in itself useful, as it gives the user easy access t…
-
RELATED TO: #314
In #257, I catch cholesky failures and use a combination of the SVD and QR factorizations to handle numerically SPSD matrices smoothly. This is probably overkill but performance was…
-
## The Issue
When working with msqrob2, particularly with the msqrobLm function on single-cell data, a significant number of features produce a fitError object. This issue arise from the high prese…