algebra-0.5.0: Constructive abstract algebra

Numeric.Algebra.Geometric

Contents

Synopsis

Geometric algebra primitives

Operations over an eigenbasis

class Eigenbasis m whereSource

Methods

euclidean :: proxy m -> BoolSource

antiEuclidean :: proxy m -> BoolSource

v :: m -> Blade mSource

e :: Int -> mSource

Instances

Eigenbasis Euclidean 

class (Ring r, Eigenbasis m) => Eigenmetric r m whereSource

Methods

metric :: m -> rSource

Instances

Ring r => Eigenmetric r Euclidean 

Grade

Inversions

Products

Inner products