Reference documentation for deal.II version 9.6.0
|
A wrapper class for all supported Optimizer types and ReturnTypes
. It aims to deal with the case when the ReturnType
and native return type of the Optimizer
are not the same.
ReturnType | The number type that is returned as a result of operations performed by the optimizer. Floating point and complex numbers are currently supported. |
Optimizer | An internal class that implements a wrapper to a SymEngine optimizer. Currently, the target classes are the DictionaryOptimizer, the LambdaOptimizer and the LLVMOptimizer. |
T | An arbitrary type resulting from the application of the SFINAE idiom to selectively specialize this class. |
Definition at line 344 of file symengine_optimizer.h.