Evaluates the product of a scalar and a vector.
Namespace: Extreme.Mathematics.LinearAlgebra.ProvidersAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public override void Sscal(
int n,
float alpha,
float[] x,
int xOffset,
int incx
)
Public Overrides Sub Sscal (
n As Integer,
alpha As Single,
x As Single(),
xOffset As Integer,
incx As Integer
)
public:
virtual void Sscal(
int n,
float alpha,
array<float>^ x,
int xOffset,
int incx
) override
abstract Sscal :
n : int *
alpha : float32 *
x : float32[] *
xOffset : int *
incx : int -> unit
override Sscal :
n : int *
alpha : float32 *
x : float32[] *
xOffset : int *
incx : int -> unit
Parameters
- n
- Type: SystemInt32
The number of elements in the vector
x. - alpha
- Type: SystemSingle
The scalar value used to multiply
the elements of x. - x
- Type: SystemSingle
A reference to a one-dimensional array
containing the elements of the vector x.
The elements of x are overwritten with
the result. - xOffset
- Type: SystemInt32
Offset into x. - incx
- Type: SystemInt32
The increment for the array x.
Numerical Libraries
Supported in: 5.x, 4.x
Reference