-
## Feature
Abstraction for lazy evaluation of tensors that can make use of special matrix structure for linear algebra operations, similar to Tensorflow's / scipy's `LinearOperator`.
## Motivati…
-
```crystal
require "linalg"
m = LA::GMat[[3, -2],[4, -1]]
vals, vecs = m.eigs
res = vecs.inv * m * vecs
res.detect
res.flags.diagonal?
```
The last line of the above is false because it …
KCErb updated
5 years ago
-
Currently my setup on the Raspberry Pi, using pistill, with image resolution of 720x576 pixels it takes about 33 seconds for the capture to appear in VisiCut after pressing the capture button.
That's…
-
### Description
- Seeking use cases: how will we use provenance and reproducibility within the program?
- What technology(ies) will support these use cases?
- What are priorities?
Please provide use …
-
It looks like we've got a performance bug in the above. Specifically, the primal looks to be fine:
```julia
julia> @benchmark kernelmatrix(SEKernel(), $(randn(100)))
BenchmarkTools.Trial:
memory…
-
The current Jacobian helper function implementation in `gradient.py` seems like it might be slower than it needs to be. Given a vector output (size _N_) of a graph with a vector input (size _M_), it c…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/YMa-lab/CARDspa
Confirm the following by editing …
-
Using `Subgroup`s in Brian2CUDA can be rather costly because we need to check for each neuron in the eventspace if it belongs to the subgroup during spike propagation / synaptic effect application / s…
-
## Hello, when I run mynteye_vinsfusion.launch, there is the problem
- there is nothing in rviz and something is wrong
- can you help me? Thank you
why@why-desktop:~/SLAM_WS/Kidnap$ roslaun…
-
Hi,
So here's a command run on a gpu node in an interactiove slurm srun session:
```
$ rhapsody mmvec \
--microbe-file A.biom \
--metabolite-file B.biom \
--min-feature-count 5 \
…