[This is preliminary documentation and is subject to change.]
Interface for exported function "compute", used by Visual Signal's
ExternalDll module to execute the actual computation provided by the user DLL.
This function just calls the protected function DoCompute()()(), which
the user DLL must override with own implementation.


Returns True if computation is successful.