-
Seems like it would be useful.
(Example: some packages use sparse matrices in their implementation internals and/or output sparse matrices; with this constructor one could easily take the output an…
-
So recently we had a user who wanted to model multiple assessments per visit per subject. We currently cannot model this adequately with the existing covariance structure framework, because:
1) we …
-
When working with ANN that output different sized vectors depending on the input (for example when using GraphNeuralNetworks.jl), it would be useful to convert the output of a batch to a CuArray in or…
-
First of all thank you for the great work with this package. I do hope it becomes the standard routine for basic GPU matrix calculations in R as this is the most recent updated package being actively …
mjmg updated
11 months ago
-
Great package, Drew. I'm already benefiting from it, thank you.
I have a question/feature request that I hope might be of interest to you. Suppose I have a "wide" matrix, `X`, with `r` rows and `c` c…
-
There's a little bit of redundancy between linalg and matrix currently but it's unclear in some instances where some of these functions belong. For example, linalg contains several functions that aren…
-
May it makes sense to rewrite matrix inverse and left division using the direct expression for the inverse matrix using the [adjugate matrix](https://en.wikipedia.org/wiki/Adjugate_matrix)?
Right n…
-
> Fast Numba-enabled CPU and GPU computations of Earth Mover's (scipy.stats.wasserstein_distance) and Euclidean distances.
https://github.com/sparks-baird/dist-matrix
-
Taking inspiration from [this paper](https://spcl.inf.ethz.ch/Publications/.pdf/fblas.pdf), implement some level 1 and 2 BLAS kernels and parameterize them similarly. Specifically:
- [ ] a `GEMV` imp…
-
**Problem**
When citing something more than once in the documentation with the same label, it will occur multiple times in the bibliography output in latex.
This can be seen for example in the Num…