Package org.apache.commons.nabla.algorithmic.forward.functions

Mathematical functions transformers package

See:
          Description

Interface Summary
MathInvocationTransformer Interface for replacing single math method invocations.
 

Class Summary
AcoshTransformer Differentiation transformer for the acosh function invocation instructions.
AcosTransformer Differentiation transformer for the acos function invocation instructions.
AsinhTransformer Differentiation transformer for the asinh function invocation instructions.
AsinTransformer Differentiation transformer for the asin function invocation instructions.
Atan2Transformer1 Differentiation transformer for the atan2 function invocation instructions.
Atan2Transformer12 Differentiation transformer for the atan2 function invocation instructions.
Atan2Transformer2 Differentiation transformer for the atan2 function invocation instructions.
AtanhTransformer Differentiation transformer for the atanh function invocation instructions.
AtanTransformer Differentiation transformer for the atan function invocation instructions.
CbrtTransformer Differentiation transformer for the cbrt function invocation instructions.
CoshTransformer Differentiation transformer for the cosh function invocation instructions.
CosTransformer Differentiation transformer for the cos function invocation instructions.
Expm1Transformer Differentiation transformer for the expm1 function invocation instructions.
ExpTransformer Differentiation transformer for the exp function invocation instructions.
HypotTransformer1 Differentiation transformer for the hypot function invocation instructions.
HypotTransformer12 Differentiation transformer for the hypot function invocation instructions.
HypotTransformer2 Differentiation transformer for the hypot function invocation instructions.
Log10Transformer Differentiation transformer for the log10 function invocation instructions.
Log1pTransformer Differentiation transformer for the log1p function invocation instructions.
LogTransformer Differentiation transformer for the log function invocation instructions.
PowTransformer1 Differentiation transformer for the pow function invocation instructions.
PowTransformer12 Differentiation transformer for the pow function invocation instructions.
PowTransformer2 Differentiation transformer for the pow function invocation instructions.
SinhTransformer Differentiation transformer for the sinh function invocation instructions.
SinTransformer Differentiation transformer for the sin function invocation instructions.
SqrtTransformer Differentiation transformer for the sqrt function invocation instructions.
TanhTransformer Differentiation transformer for the tanh function invocation instructions.
TanTransformer Differentiation transformer for the tan function invocation instructions.
 

Package org.apache.commons.nabla.algorithmic.forward.functions Description

Mathematical functions transformers package



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