Dream Scatter

Results 108 comments of Dream Scatter

The type should not be explicitly declared, since it isn't always going to be `Int`. If you check with `@code_warntype` the method is already type stable, and sometimes it will...

Support for arbitrary metrics is also going to require the `VectorSpace` definitions to be updated in DirectSum.jl : https://github.com/chakravala/DirectSum.jl Have you familiarized yourself with that package yet?

This issue will be addressed in either v0.3 or v0.4 of *DirectSum.jl* (after the extension I am currently designing for tensor fields). For me, it doesn't make sense to address...

Some of my repositories have the MIT license, but not this repository. MIT license would be negative for this project and also disrespectful to my expended effort on the whole...

non-diagonal metric has been marked as `pay-donate` because I don't currently intend to implement it unless I am paid to work on it, since I am otherwise pre-occupied @rleegates @MasonProtter

You are mistaken, the geometric product works for all the algebras ```Julia julia> using Grassmann julia> @basis S"-+" (⟨-+⟩, v, v₁, v₂, v₁₂) julia> v1*v2 v₁₂ julia> @basis S"-++" (⟨-++⟩,...

No, it's not documented yet and there are going to be more variations coming into existence. `D` is for `DiagonalForm` and `S` for `Signature` type.. however more types are coming...

Have you tried v1.1.5 of `Fatou` yet? It upgrades to the most recent version of `Makie`, and probably fixes this issue.

1. Yes, it specifies the horizontal pixel (vertical depends on the shape of the rectangular domain). 2. Yes, `N` is `UInt8` with 256 values, this is very convenient for making...

@VasanthManiVasi you are welcome to make a PR if you want, although I might change it around to suit my own style. For something super simple like this, I am...