- java.lang.Object
-
- org.ojalgo.type.ReciprocalPair
-
public final class ReciprocalPair extends java.lang.ObjectA simple container for a pair of double (R064) arrays, one holding values and the other their reciprocal.
-
-
Constructor Summary
Constructors Constructor Description ReciprocalPair(int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfill(double value)voidinvert()
-