ILinearAlgebraProviderTScaleArray Method |
Scales an array. Can be used to scale a vector and a matrix.
Namespace: Altaxo.Calc.Providers.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void ScaleArray(
T alpha,
T[] x,
T[] result
)
Parameters
- alpha T
- The scalar.
- x T
- The values to scale.
- result T
- This result of the scaling.
Remarks This is similar to the SCAL BLAS routine.
See Also