QEtaPowerAlgebraBasis FΒΆ
qetapowersamba.spad line 433 [edit on github]
F: with
maxIndex: () -> PositiveInteger
qetaGrade: (%, PositiveInteger) -> Integer
qetaIndex: % -> PositiveInteger
QEtaPowerAlgebraBasis(C
, F
) is a domain holding the special structure of an algebra basis with elements that can be used during a reduction in arbitrary positive power (the multipliers), the linear basis elements and an order on the component given by an index permutation idx if i<j then component idx.i
should be counted as smaller than component idx.j
.
- basisElements: % -> Vector XHashTable(Integer, List F)
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- component: (F, XHashTable(PositiveInteger, PositiveInteger)) -> Integer
- initialize: List F -> %
- multipliers: % -> XHashTable(PositiveInteger, F)