Documentation of 'cern.jet.math.tdouble.DoublePlusMultSecond' Java class
DoublePlusMultSecond
cern.jet.math.tdouble

Class DoublePlusMultSecond

  • All Implemented Interfaces:
    DoubleDoubleFunction


    public final class DoublePlusMultSecond
    extends java.lang.Object
    implements DoubleDoubleFunction
    Only for performance tuning of compute intensive linear algebraic computations. Constructs functions that return one of
    • a + b*constant
    • a - b*constant
    • a + b/constant
    • a - b/constant
    a and b are variables, constant is fixed, but for performance reasons publicly accessible. Intended to be passed to matrix.assign(otherMatrix,function) methods.
    • Field Detail

      • multiplicator

        public double multiplicator
        Public read/write access to avoid frequent object construction.
    • Method Detail

      • apply

        public final double apply(double a,
                                  double b)
        Returns the result of the function evaluation.
        Specified by:
        apply in interface DoubleDoubleFunction
        Parameters:
        a - the first argument passed to the function.
        b - the second argument passed to the function.
        Returns:
        the result of the function.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.