gilbert icon indicating copy to clipboard operation
gilbert copied to clipboard

Space-filling curve for rectangular domains or arbitrary size.

Results 3 gilbert issues
Sort by recently updated
recently updated
newest added

Even though there's prior work in this area, I suspect this algorithm is novel, so its worth writing a paper for it. Even if this is not new work, a...

I think it is because of this line. line 187 in gilbert.c ``` if (max_iter > 100000) { return -1; } ``` When this line is removed, the `gilbert_d2xy` appears...

Hello, I’ve recently started new AI classes and I learned about PyTorch’s `flatten()` function, exploring its pros and cons. One of the notable issues is that the original function doesn't...