Uses of Interface
org.apache.commons.nabla.algorithmic.forward.analysis.InstructionsTransformer

Packages that use InstructionsTransformer
org.apache.commons.nabla.algorithmic.forward.arithmetic Arithmetic operations transformers package 
org.apache.commons.nabla.algorithmic.forward.instructions General instructions transformers package 
 

Uses of InstructionsTransformer in org.apache.commons.nabla.algorithmic.forward.arithmetic
 

Classes in org.apache.commons.nabla.algorithmic.forward.arithmetic that implement InstructionsTransformer
 class DAddTransformer1
          Differentiation transformer for DADD instructions.
 class DAddTransformer12
          Differentiation transformer for DADD instructions.
 class DAddTransformer2
          Differentiation transformer for DADD instructions.
 class DDivTransformer1
          Differentiation transformer for DDIV instructions.
 class DDivTransformer12
          Differentiation transformer for DDIV instructions.
 class DDivTransformer2
          Differentiation transformer for DDIV instructions.
 class DMulTransformer1
          Differentiation transformer for DMUL instructions.
 class DMulTransformer12
          Differentiation transformer for DMUL instructions.
 class DMulTransformer2
          Differentiation transformer for DMUL instructions.
 class DNegTransformer
          Differentiation transformer for DNEG instructions.
 class DRemTransformer1
          Differentiation transformer for DREM instructions.
 class DRemTransformer12
          Differentiation transformer for DREM instructions.
 class DRemTransformer2
          Differentiation transformer for DREM instructions.
 class DSubTransformer1
          Differentiation transformer for DSUB instructions.
 class DSubTransformer12
          Differentiation transformer for DSUB instructions.
 class DSubTransformer2
          Differentiation transformer for DSUB instructions.
 

Methods in org.apache.commons.nabla.algorithmic.forward.arithmetic that return InstructionsTransformer
static InstructionsTransformer DDivTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DRemTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DRemTransformer2.getInstance()
          Get the singleton instance.
static InstructionsTransformer DAddTransformer2.getInstance()
          Get the singleton instance.
static InstructionsTransformer DNegTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer DMulTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DSubTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DRemTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DMulTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DAddTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DAddTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DSubTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DDivTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DDivTransformer2.getInstance()
          Get the singleton instance.
static InstructionsTransformer DSubTransformer2.getInstance()
          Get the singleton instance.
static InstructionsTransformer DMulTransformer2.getInstance()
          Get the singleton instance.
 

Uses of InstructionsTransformer in org.apache.commons.nabla.algorithmic.forward.instructions
 

Classes in org.apache.commons.nabla.algorithmic.forward.instructions that implement InstructionsTransformer
 class DcmpTransformer1
          Differentiation transformer for DCMPx instructions.
 class DcmpTransformer12
          Differentiation transformer for DCMPx instructions.
 class DcmpTransformer2
          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 Dup2X2Transformer1
          Differentiation transformer for DUP2_X2 instructions.
 class Dup2X2Transformer12
          Differentiation transformer for DUP2_X2 instructions.
 class Dup2X2Transformer2
          Differentiation transformer for DUP2_X2 instructions.
 class NarrowingTransformer
          Differentiation transformer for narrowing a differential part on the stack to a double.
 class WideningTransformer
          Differentiation transformer for promoting a double on the stack to a differential pair.
 

Methods in org.apache.commons.nabla.algorithmic.forward.instructions that return InstructionsTransformer
static InstructionsTransformer Dup2X1Transformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer DReturnTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer DLoadTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer Dup2X2Transformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer DcmpTransformer12.getInstance()
          Get the singleton instance.
static InstructionsTransformer NarrowingTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer WideningTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer Dup2Transformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer Dup2X2Transformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DcmpTransformer2.getInstance()
          Get the singleton instance.
static InstructionsTransformer DcmpTransformer1.getInstance()
          Get the singleton instance.
static InstructionsTransformer DStoreTransformer.getInstance()
          Get the singleton instance.
static InstructionsTransformer Dup2X2Transformer2.getInstance()
          Get the singleton instance.
 



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.