org.apache.commons.nabla.algorithmic.forward.functions
Class PowTransformer2
java.lang.Object
org.apache.commons.nabla.algorithmic.forward.functions.PowTransformer2
- All Implemented Interfaces:
- MathInvocationTransformer
public class PowTransformer2
- extends Object
- implements MathInvocationTransformer
Differentiation transformer for the pow function invocation instructions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PowTransformer2
public PowTransformer2()
getReplacementList
public org.objectweb.asm.tree.InsnList getReplacementList(String owner,
MethodDifferentiator methodDifferentiator)
throws DifferentiationException
- Get the replacement list for an invocation instruction.
- Specified by:
getReplacementList in interface MathInvocationTransformer
- Parameters:
owner - owner of the method (typically Math or StrictMath)methodDifferentiator - method differentiator driving this transformer
- Returns:
- replacement list
- Throws:
DifferentiationException - if the method differentiator cannot provide
a temporary variable
Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.