Skip to content

Commit

Permalink
Update clifford/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Wieser <[email protected]>
  • Loading branch information
arsenovic and eric-wieser authored Dec 30, 2020
1 parent 434dbd2 commit e90b594
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions clifford/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,8 @@ def Cl(p=0, q=0, r=0, sig=None, names=None, firstIdx=1, mvClass=MultiVector):
number of negative signature basis vectors
r : int
number of zero signature basis vectors
sig : array, None
sorted blade tuples. if given, p,q,r are ignored
names: list
list of names given to the basis blades
firstIdx: number
start counting basis blades at this number
sig, names, firstIdx
See the docs for :class:`clifford.Layout`. If ``sig`` is passed, then `p`, `q`, and `r` are ignored.
Expand Down

0 comments on commit e90b594

Please sign in to comment.