- All Implemented Interfaces:
- BLAS1
public abstract class SDOT
extends Object
implements BLAS1
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.
- Author:
- apete