Function Description
Function
Linear + resext, Linear + resmul, Linear+residential: Perform resext, resmul, residential, and operations after the Linear operator computation.
Formula
- Linear + resext: The Linear output plus gamma * res can be expressed as
.
- Linear + resmul: The Linear output multiplied by res can be expressed as
. - Linear + residential: The Linear output plus res can be expressed as
.
Parent topic: Linear + postops (resext, resmul, residential)