|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_exponential | ( | DataType & | input, |
| double | a, | ||
| double | b, | ||
| double | base = std::numbers::e |
||
| ) |
Exponential transformation y = a * base^(b * x) (IN-PLACE)
| DataType | OperationReadyData type |
| input | Input data - WILL BE MODIFIED |
| a | Scale factor |
| b | Exponential rate |
| base | Exponential base (default: e for natural exponential) |
Definition at line 184 of file MathematicalHelper.hpp.
References MayaFlux::Yantra::OperationHelper::extract_structured_double().
Referenced by transform_exponential(), and MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::transform_implementation().
Here is the call graph for this function:
Here is the caller graph for this function: