Algorithm Extension

Currently only QSS1,2,3 ; LiQSS1,2,3 ; and mLiQSS1,2,3 exist. Any new algorithm can be added via the name N which is of type Val, with O is the order which also of type Val. For example qss1 is created by:

qss1()=QSSAlgorithm(Val(:qss),Val(1))
QuantizedSystemSolver.ALGORITHMType

ALGORITHM{N,O} This is superclass for all QSS algorithms. It is parametric on these:

- The name of the algorithm N

- The order of the algorithm O
source