Documentation of 'org.apache.commons.math3.FieldElement' Java class
FieldElement
org.apache.commons.math3

Interface FieldElement<T>

    • Method Detail

      • negate

        T negate()
        Returns the additive inverse of this element.
        Returns:
        the opposite of this.
      • multiply

        T multiply(int n)
        Compute n × this. Multiplication by an integer number is defined as the following sum
        n × this = ∑i=1n this.
        Parameters:
        n - Number of times this must be added to itself.
        Returns:
        A new element representing n × this.
      • getField

        Field<T> getField()
        Get the Field to which the instance belongs.
        Returns:
        Field to which the instance belongs

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.