-
Forked from #2115.
Support multi-dimensional array types eg `create table t(a int[][])`
Note that this is made difficult by the lack of lexicographical encoding for arrays with more than 1 dimen…
-
First of all, thanks a lot for creating this package. I think it is awesome to have a less magical alternative to BSON.jl.
The following snippet gives an error:
```julia
import LightBSON
arr = ran…
-
Following up with #150, we would need a nice example of multi-dimensional property to add to the existing set of example.
@cbenmahm would you have time to make such an example?
-
Unrolling a stencil in 2 or even 3 dimensions (+ inlining) might have performance benefits over unrolling into one dimension (+ inlining).
Example in 2D:
- Assume for every grid point (i,j) the La…
-
Looking at PR #321 I wondered how (if?) we support multi-dimensional arrays:
```csharp
public void StringArr (string [][] strArr)
public void StringArr (string [,] strArr)
public void StringArrR…
-
I'm seeing:
say .WHAT for *[0], *[0;0] # OUTPUT: «(WhateverCode)(Whatever)»
I'd expect `*[0;0]` to return a WhateverCode as well.
-
Our current implementation only supports secret-index reads/writes for single dimensional tensor. We need to add support for multi-dimensional tensor read/write operations at:
1) Secret indices where…
-
Global Academy and technology; health and wellness holistic therapies; nuclear power plant and forensic science;; entertainment and media; ecommerce
-
Hi, I was about to solve a multi-dimensional Stochastic PDE like the one that used to be in the documentation. No wonder why you removed it, the old code does not work. Therefore, what modifications d…
cdelv updated
2 years ago
-
We have vectors and we have `ScaleFactor`, which is 1D. What we are missing is an ability to scale vectors by a non-uniform scale with potential change of space. This would be helpful for code in http…
kvark updated
6 years ago