Re-exports§
Modules§
Macros§
- declare_
algebra declare_algebra!
macro defines a type for a Clifford algebra.
Structs§
- FFTRepr
FFTRepr
is a representation of a multivector that provides the fastest multiplication for densely-packed multivectors.- Multivector
Base - Base type for multivectors with a generic coefficient storage. See
Multivector
,SparseMultivector
.
Enums§
Traits§
- Norm
- One
- Defines a multiplicative identity element for
Self
. - Zero
- Defines an additive identity element for
Self
.
Type Aliases§
- Multivector
- The multivector type where coefficients are stored in a ndarray.
- Sparse
Multivector - The multivector type where coefficients are stored in a HashMap.