Abstract Algorithm class. Subclasses need to only implement
InternalCompute.
Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved.
Adapted to Altaxo (C) 2005 D.Lellinger.
Constructor | Description |
Full Usage:
Algorithm()
|
|
Instance member | Description |
|
Informs user that that computation has began.
|
Full Usage:
this.Compute
Modifiers: abstract |
Computes the algorithm. |
|
Informs user that that computation has finished.
|