Uses of Interface
org.apache.commons.nabla.algorithmic.forward.functions.MathInvocationTransformer

Packages that use MathInvocationTransformer
org.apache.commons.nabla.algorithmic.forward.functions Mathematical functions transformers package 
 

Uses of MathInvocationTransformer in org.apache.commons.nabla.algorithmic.forward.functions
 

Classes in org.apache.commons.nabla.algorithmic.forward.functions that implement MathInvocationTransformer
 class AcoshTransformer
          Differentiation transformer for the acosh function invocation instructions.
 class AcosTransformer
          Differentiation transformer for the acos function invocation instructions.
 class AsinhTransformer
          Differentiation transformer for the asinh function invocation instructions.
 class AsinTransformer
          Differentiation transformer for the asin function invocation instructions.
 class Atan2Transformer1
          Differentiation transformer for the atan2 function invocation instructions.
 class Atan2Transformer12
          Differentiation transformer for the atan2 function invocation instructions.
 class Atan2Transformer2
          Differentiation transformer for the atan2 function invocation instructions.
 class AtanhTransformer
          Differentiation transformer for the atanh function invocation instructions.
 class AtanTransformer
          Differentiation transformer for the atan function invocation instructions.
 class CbrtTransformer
          Differentiation transformer for the cbrt function invocation instructions.
 class CoshTransformer
          Differentiation transformer for the cosh function invocation instructions.
 class CosTransformer
          Differentiation transformer for the cos function invocation instructions.
 class Expm1Transformer
          Differentiation transformer for the expm1 function invocation instructions.
 class ExpTransformer
          Differentiation transformer for the exp function invocation instructions.
 class HypotTransformer1
          Differentiation transformer for the hypot function invocation instructions.
 class HypotTransformer12
          Differentiation transformer for the hypot function invocation instructions.
 class HypotTransformer2
          Differentiation transformer for the hypot function invocation instructions.
 class Log10Transformer
          Differentiation transformer for the log10 function invocation instructions.
 class Log1pTransformer
          Differentiation transformer for the log1p function invocation instructions.
 class LogTransformer
          Differentiation transformer for the log function invocation instructions.
 class PowTransformer1
          Differentiation transformer for the pow function invocation instructions.
 class PowTransformer12
          Differentiation transformer for the pow function invocation instructions.
 class PowTransformer2
          Differentiation transformer for the pow function invocation instructions.
 class SinhTransformer
          Differentiation transformer for the sinh function invocation instructions.
 class SinTransformer
          Differentiation transformer for the sin function invocation instructions.
 class SqrtTransformer
          Differentiation transformer for the sqrt function invocation instructions.
 class TanhTransformer
          Differentiation transformer for the tanh function invocation instructions.
 class TanTransformer
          Differentiation transformer for the tan function invocation instructions.
 



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