MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_complex_conversion_strategy()

static void MayaFlux::Yantra::OperationHelper::set_complex_conversion_strategy ( Utils::ComplexConversionStrategy  strategy)
inlinestatic

Set global complex conversion strategy.

Parameters
strategyHow to convert complex numbers to doubles

Definition at line 58 of file OperationHelper.hpp.

58{ s_complex_strategy = strategy; }
static Utils::ComplexConversionStrategy s_complex_strategy

References s_complex_strategy.