Provides methods for mt2203 engine computations in the batch processing mode.
More...
Constructs mt2203 engine by copying input objects and parameters of another mt2203 engine
- Parameters
-
| context | Context to manage the mt2203 engine |
| other | A engines to be used as the source to initialize the input objects and parameters of this engine |
Constructs the mt2203 engine
- Parameters
-
| context | Context to manage the engine |
| cls | Data type to use in intermediate computations for the engine, Double.class or Float.class |
| method | The engine computation method, Method |
| seed | Initial condition |
Returns the newly allocated mt2203 engine with a copy of input objects and parameters of this mt2203 engine
- Parameters
-
| context | Context to manage the engine |
- Returns
- The newly allocated mt2203 engine
Computes the result of the mt2203 engine
- Returns
- Mcg59 engine result
Computation method for the engine
The documentation for this class was generated from the following file:
- engines/mt2203/Batch.java