-
### Description:
`hessian_matrix_eigenvalues` has an efficient, analytical code path for 2D, but for nD the current implementation is very memory-hungry. Internally arrays of shape: `image.shape + (…
-
Thank you for this very nice code with a very nice documentation.
**Short version**: The kernel crashes when using intensive computations with `Map` and a recursive function.
**Further details*…
-
Suggestion from Tim Blakely (Google):
"Depending on the use case, calculating the channels on the fly may be practical (and likely much cheaper). Along those lines, if most/all of the calculations …
-
Hello,
I recently started using rsatoolbox in python in order to compute Mahalanobis distances (and eventually crossnobis + taking noise variance into account). I have an unbalanced design - the n…
ndolf updated
7 months ago
-
### Describe the current behavior
Currently, the Woodburry matrix identity usage is coded in the DCsensitivityanalysis rather than be a generic tool callable by any class. For instance, this implie…
-
Thanks, again, for this great tool.
I'm interested in computing purely mixed second derivatives. For example, if I have a function:
f(x₁,x₂,y₁,y₂,y₃)
then I'm interested in the rectangular ma…
-
On current master, I get
```julia
julia> qr(randn(2,2))
LinearAlgebra.QRCompactWY{Float64, Matrix{Float64}, Matrix{Float64}}
Q factor:
2×2 LinearAlgebra.QRCompactWYQ{Float64, Matrix{Float64}, M…
-
## 🚀 Feature
We can provide a weight Tensor to the regression coefficients, such as pearson, spearman, and r2_score
### Motivation
It should be relatively simple to add weights to these compu…
-
Let `G` be the "extended genotype matrix", whose rows are indexed by mutations (not sites) and samples, with `G[i,j] = 1` if the sample has inherited that mutation and `0` otherwise. This is something…
-
### Is your feature request related to a problem? Please describe.
Yes. Due to requests in #204 and #615 , it is clear that there is serious need for some sort of matrix like type that is not norma…