tBuLi / kingdon

A symbolically optimized and pythonic Clifford (geometric) algebra library named after none other than William Kingdon Clifford.
https://tbuli.github.io/teahouse/
MIT License
45 stars 5 forks source link

Basis blades should be created lazily. #23

Closed tBuLi closed 1 year ago

tBuLi commented 1 year ago

Description

In higher dimensional algebras we get a memory error because all the basis blades are made. Maybe we shouldn't be doing that.

tBuLi commented 1 year ago

Fixed in #24