Class ReciprocalPair

java.lang.Object
org.ojalgo.type.ReciprocalPair

public final class ReciprocalPair extends Object
A simple container for a pair of double (R064) arrays, one holding values and the other their reciprocal.
  • Field Details

    • inverse

      public final double[] inverse
    • values

      public final double[] values
  • Constructor Details

    • ReciprocalPair

      public ReciprocalPair(int length)
  • Method Details

    • fill

      public void fill(double value)
    • invert

      public void invert()