Dream Scatter
Dream Scatter
In the latest commit of `v1.1.1` of `Fatou` the `UInt8` limitation has been replaced with `UInt16` now, along with `Makie` support in addition to the existing `PyPlot` and `ImageInTerminal` functionality....
Now `v1.1.1` is officially registered by the way. To address @Liukangmk original question about performance, in `Fatou` I am making use of Julia's parametric type compilation features with the `Fatou.Define`...
Thanks for reporting the issue. A goal is to add support for Plots.jl also, i dont know when i get around to it yet, but you are also welcome to...
No, you are mistaken. That is not a `grade` selection syntax. The `grade` selection syntax is handled with the `grade` function: ```Julia julia> grade(v1+v2,0) 𝟎 julia> grade(v1+v2,Val(0)) 𝟎 ``` The...
> That still doesn't work for me, I get a method error > MethodError: no method matching grade(::Grassmann.MultiVector{⟨1,1,1⟩, Int64, 8}) Are you using `Grassmann` v0.8? That's the only currently supported...
I see, this is why I don't want to document any features that are works in progress. This package is not v1.0 yet, and is basically my scratch pad which...
Yes, you are missing something, what you don't understand is that there are 8 possible variations of inner product, all of which are essentially the same, except for a few...
> are the left and right contraction implementations in Grassmann.jl the same as in the Wikipedia article? Grassmann.jl is its own reference standardization, based on my interpreting the OG (original...
Yes, I have some functionality like that built-in and some that's private and not comitted officially. If you or your company or research grant pays me for support, then we...
If you want this to be investigated further, you'll need to provide a minimum reproducible example of the error.