Class ReciprocalPair
java.lang.Object
org.ojalgo.type.ReciprocalPair
A simple container for a pair of double (R064) arrays, one holding values and the other their reciprocal.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-