QEtaMultiComputationNoPairs(C, F, AB, R)ΒΆ
qetamultisamba.spad line 717 [edit on github]
- AB: QEtaAlgebraBasisCategory F with - basisElements: % -> XHashTable(Integer, List F) 
- R: QEtaComputationReductionCategory(F, AB) 
undocumented
- algebraBasis: % -> AB
- from QEtaComputationCategory(F, AB) 
- coerce: % -> OutputForm
- from CoercibleTo OutputForm 
- continue?: % -> Boolean
- from QEtaComputationCategory(F, AB) 
- criticalElements?: % -> Boolean
- from QEtaComputationCategory(F, AB) 
- extractNext!: % -> F
- from QEtaComputationCategory(F, AB) 
- initialize: (List F, Integer) -> %
- from QEtaComputationCategory(F, AB) 
- initialize: List F -> %
- from QEtaComputationCategory(F, AB) 
- nonPositive?: List Integer -> Boolean
- from QEtaMultiComputationCategory(C, F, AB, R) 
- noTrace: % -> Void
- from QEtaComputationCategory(F, AB) 
- oneStep!: % -> %
- from QEtaComputationCategory(F, AB) 
- oneStepComputation!: (%, % -> F) -> %
- from QEtaComputationCategory(F, AB) 
- oneTracedStep!: (% -> Void, (F, AB) -> Void, F -> Void, F -> Void) -> % -> %
- from QEtaComputationCategory(F, AB) 
- oneTracedStepComputation!: (% -> Void, (F, AB) -> Void, F -> Void, F -> Void) -> (%, % -> F) -> %
- from QEtaComputationCategory(F, AB) 
- oneVerboseStep!: (NonNegativeInteger, NonNegativeInteger, NonNegativeInteger, NonNegativeInteger) -> % -> %
- from QEtaMultiComputationCategory(C, F, AB, R) 
- positive?: List Integer -> Boolean
- from QEtaMultiComputationCategory(C, F, AB, R) 
- postProcess!: % -> %
- from QEtaComputationCategory(F, AB) 
- trace: NonNegativeInteger -> % -> Void
- from QEtaComputationCategory(F, AB) 
QEtaComputationCategory(F, AB)
QEtaMultiComputationCategory(C, F, AB, R)