Function scal_ctx

Source
pub fn scal_ctx<F: BLAS1<C>, C: BLASContext<Device = D>, D: Device>(
    ctx: C,
    alpha: F,
    x: VectorViewMut<'_, F, D>,
)
Expand description

Performs the basic vector operation.

x = alpha * x.

ยงPanics

If the vectors do not have the same length