Package org.ojalgo.array.operation
Class SDOT
- java.lang.Object
-
- org.ojalgo.array.operation.SDOT
-
- All Implemented Interfaces:
ArrayOperation
public abstract class SDOT extends java.lang.Object implements 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.