|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.nabla.automatic.functions.TanTransformer
public class TanTransformer
Differentiation transformer for the tan function invocation instructions.
| Field Summary |
|---|
| Fields inherited from interface org.apache.commons.nabla.automatic.functions.MathInvocationTransformer |
|---|
D_RETURN_D_DESCRIPTOR, DD_RETURN_D_DESCRIPTOR |
| Constructor Summary | |
|---|---|
TanTransformer()
|
|
| Method Summary | |
|---|---|
org.objectweb.asm.tree.InsnList |
getReplacementList(java.lang.String owner,
MethodDifferentiator methodDifferentiator)
Get the replacement list for an invocation instruction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TanTransformer()
| Method Detail |
|---|
public org.objectweb.asm.tree.InsnList getReplacementList(java.lang.String owner,
MethodDifferentiator methodDifferentiator)
getReplacementList in interface MathInvocationTransformerowner - owner of the method (typically Math or StrictMath)methodDifferentiator - method differentiator driving this transformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||