|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstructionsTransformer | |
---|---|
org.apache.commons.nabla.forward.arithmetic | Arithmetic operations transformers package. |
org.apache.commons.nabla.forward.instructions | General instructions transformers package. |
Uses of InstructionsTransformer in org.apache.commons.nabla.forward.arithmetic |
---|
Classes in org.apache.commons.nabla.forward.arithmetic that implement InstructionsTransformer | |
---|---|
class |
DAddTransformer
Differentiation transformer for DADD instructions. |
class |
DDivTransformer
Differentiation transformer for DDIV instructions. |
class |
DMulTransformer
Differentiation transformer for DMUL instructions. |
class |
DNegTransformer
Differentiation transformer for DNEG instructions. |
class |
DRemTransformer
Differentiation transformer for DREM instructions. |
class |
DSubTransformer
Differentiation transformer for DSUB instructions. |
Uses of InstructionsTransformer in org.apache.commons.nabla.forward.instructions |
---|
Classes in org.apache.commons.nabla.forward.instructions that implement InstructionsTransformer | |
---|---|
class |
DcmpTransformer
Differentiation transformer for DCMPx instructions. |
class |
DLoadTransformer
Differentiation transformer for DLOAD instructions. |
class |
DReturnTransformer
Differentiation transformer for DRETURN instructions. |
class |
DStoreTransformer
Differentiation transformer for DSTORE instructions. |
class |
Dup2Transformer
Differentiation transformer for DUP2 instructions. |
class |
Dup2X1Transformer
Differentiation transformer for DUP2_X1 instructions. |
class |
Dup2X2Transformer
Differentiation transformer for DUP2_X2 instructions. |
class |
InvokeStaticTransformer
Differentiation transformer for INVOKESTATIC instructions. |
class |
NarrowingTransformer
Differentiation transformer for narrowing a derivative structure on the stack to a double. |
class |
Pop2Transformer
Differentiation transformer for POP2 instructions. |
class |
WideningTransformer
Differentiation transformer for promoting a double on the stack to a derivative structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |