ManagedLinearAlgebraProviderAddVectorToScaledVector(Complex32, Complex32, Complex32, Complex32) Method |
Adds a scaled vector to another: result = y + alpha*x.
Namespace: Altaxo.Calc.Providers.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Remarks This is similar to the AXPY BLAS routine.
See Also