Andy Ferris
Andy Ferris
I moved StaticArrays over now. You should each be invited for admin access.
Squares are definitely better :)
See #102
I have played around with implementing an Affine space and it is a little tricky to get everything both "correct" and "convenient". If you think `Point - Point = Vec`...
:+1: to using the `view(Type, array, indices...)` syntax.
Yes - I'd love to sort this out! The related issue is https://github.com/JuliaMath/IntervalSets.jl/issues/40 The problem relates to checking containment in the interval via `isless` or `
In any case - ideas here are welcome. I've been thinking of just adding a bunch of pragmatic code to handle `
I agree - that would be my preference.
Hmm - this is very interesting! Can you elaborate when this is useful? I tended to assumed people would attach indices precisely where they are needed (and nowhere else) kind...
Yes, that sounds great - the other one I’be thought of is the way indexing a sorted array with a sorted array is also sorted (and we also know that...