-
@ThomasMicroscopy
> A question regarding the zoom function. On the PC I was using it, when using the scroll wheel, with a 2D dataset, the scroll wheel would zoom in and out. According to the help i…
-
Maybe I am overlooking something.
I can't find an easy way how to retrieve the value stored at a coordinate in a tensor. Is there any way?
example:
```
#include
#include "taco.h"
using name…
-
I'm reviewing Yii2 BaseArrayHelper and comparing it to what we have. Their BaseArrayHelper is basically a replacement for TMap. It adds a few things that we don't do, like various ways of ordering, …
-
At the moment the scoring function can be user-defined, but the input to the scoring function has to be 1D already in the current setup. Requiring 1D is only necessary for the VCF file annotation real…
-
I'm working on [a clean-sheet rewrite of Pyth](https://github.com/orlp/pyth5) (calling it Pyth 5 for now). Things I'm working on are:
- A totally rewritten interpreter that uses a cleaner lexer/parser…
-
Thanks for the awesome asyncio-first library. Works really well.
I was able to get Grid + Arc consistently output at 30fps with ~90fps logic updates without stuttering. To achieve this, I had to sw…
-
It feels like a `RowVector` should act one-dimensionally in the following:
```
julia> w = [1, 2, 3]'
1×3 RowVector{Int64,Array{Int64,1}}:
1 2 3
julia> cumsum(w)
1×3 RowVector{Int64,Array{In…
-
Old title was "Support for Democracy is Multidimensional: Why Unidimensional Latent Variable Measures of Democratic Support Are Invalid." This was problematic, I guess, because we don't want to argue…
fsolt updated
1 month ago
-
Dagstuhl
Bernstein, and many others
https://arxiv.org/abs/2005.09495
-
This comes from 1684R2 LEWG review on 2022/04/19.
One reviewer suggested adding a method to move the container out of an `mdarray`. This would permit use cases like reclaiming and reusing an alloc…