Package org.apache.commons.nabla.forward.analysis

Bytecode analysis and transformation package.

See:
          Description

Interface Summary
InstructionsTransformer Transformer for bytecode instructions.
 

Class Summary
ClassDifferentiator Differentiator for classes using forward mode.
MethodDifferentiator Class transforming a method computing a value to a method computing both a value and its differential.
TrackingInterpreter An interpreter tracking which instructions use which values.
TrackingValue A value that keep track of both instructions producing and consuming it.
 

Package org.apache.commons.nabla.forward.analysis Description

Bytecode analysis and transformation package.



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