clifford icon indicating copy to clipboard operation
clifford copied to clipboard

Documentation typos

Open keatsandyeats opened this issue 3 years ago • 1 comments

The documentation for Clifford.Layout mixes up "inner" and "outer" to describe the tables produced by omt and imt. Here the one for the outer product says "inner" where it should say "outer": https://github.com/pygae/clifford/blob/1b566721b877bed1854929642c1b80518e2a3165/clifford/_layout.py#L370-L372 And here the one for the inner product says "outer" where it should say "inner": https://github.com/pygae/clifford/blob/1b566721b877bed1854929642c1b80518e2a3165/clifford/_layout.py#L375-L377


The documentation for Clifford.Multivector doesn't describe the commutator properly. It shows "+" where it should be "-": https://github.com/pygae/clifford/blob/1b566721b877bed1854929642c1b80518e2a3165/clifford/_multivector.py#L809-L815

keatsandyeats avatar Feb 11 '21 18:02 keatsandyeats

Whoops, good catch

eric-wieser avatar Feb 11 '21 23:02 eric-wieser