LinearAlgebraOperations.ComplexMultiplyInPlace<T, TStorage> Method

Scales a vector by a constant.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static void ComplexMultiplyInPlace<T, TStorage>(
	int n,
	T da,
	TStorage zx
)
where TStorage : Object, IStorageSlice<Complex<T>, TStorage>

Parameters

n  Int32
 
da  T
 
zx  TStorage
 

Type Parameters

T
TStorage

Remarks

Further Details:

            jack dongarra, 3/11/78.
            modified 3/93 to return if incx .le. 0.
            modified 12/3/93, array(1) declarations changed to array(*)
            

Authors: Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.

Date: November 2011

See Also