vectorOps
Perform vector and matrix BLAS functions on arrays of 128-bit vectors.
Overview
vectorOps.h declares a set of vector and matrix BLAS functions on arrays of 128-bit vectors containing single-precision floating-point values. The arrays can be of any desired length, but the number of float elements must be a multiple of 4.
Topics
Vector-Scalar Linear Algebra Functions (from vectorOps.h)
vIsamax(_:_:)vIsamin(_:_:)vIsmax(_:_:)vIsmin(_:_:)vSasum(_:_:)vSsum(_:_:)vSaxpy(_:_:_:_:)vSnaxpy(_:_:_:_:_:)vScopy(_:_:_:)vSdot(_:_:_:)vSndot(_:_:_:_:_:_:)vSnrm2(_:_:)vSnorm2(_:_:)vSrot(_:_:_:_:_:)vSscal(_:_:_:)vSswap(_:_:_:)vSyax(_:_:_:_:)vSzaxpy(_:_:_:_:_:)