void vsip_vsmsa_f(vsip_vview_f const *a, vsip_scalar_f beta, vsip_scalar_f gamma, vsip_vview_f const *r); void vsip_cvsmsa_f(vsip_cvview_f const *a, vsip_cscalar_f beta, vsip_cscalar_f gamma, vsip_cvview_f const *r);
This function performs an element-wise operation on the input vector and two scalar constants. The operation performs element-wise computation:

for all
from 0 to
, where
is the length of the vector.
vsip_dvview_p const* a: First input vector.
vsip_dscalar_p beta: Scalar constant
.
vsip_dscalar_p gamma: Scalar constant
.
vsip_dvview_p const* r: Output vector that will store the results.