Package org.ojalgo.array.operation
Class SDOT
java.lang.Object
org.ojalgo.array.operation.SDOT
- All Implemented Interfaces:
ArrayOperation
The ?sdot routines compute the inner product of two vectors with double precision. Both routines use double
precision accumulation of the intermediate results, but the sdsdot routine outputs the final result in
single precision, whereas the dsdot routine outputs the double precision result. The function sdsdot also
adds scalar value sb to the inner product.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
THRESHOLD
public static int THRESHOLD
-
-
Constructor Details
-
SDOT
public SDOT()
-