[][src]Module arthroprod::algebra

Re-exports

pub use self::operations::*;
pub use self::types::*;

Modules

operations

Algebraic operations on MultiVectors and other AR types.

types

Data types used to drive computations within AR. While most of the arthroprod library functions will accept anything that impliments the [AR] trait, the primary unit of computation is the MultiVector. This is in keeping with the way that we work by hand, with Term and Alpha values being considered rarely. That said, in some cases we make use of "raw" Alphas to implement certain conjugates and commutators.

Structs

ArDifferential