Scales a vector by a constant.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Generic.Net40 (in Extreme.Numerics.Generic.Net40.dll) Version: 6.0.16073.0 (6.0.16096.0)
public override void MultiplyInPlace(
int n,
T da,
ArraySlice<Complex<T>> zx
)
Public Overrides Sub MultiplyInPlace (
n As Integer,
da As T,
zx As ArraySlice(Of Complex(Of T))
)
public:
virtual void MultiplyInPlace(
int n,
T da,
ArraySlice<Complex<T>> zx
) override
abstract MultiplyInPlace :
n : int *
da : 'T *
zx : ArraySlice<Complex<'T>> -> unit
override MultiplyInPlace :
n : int *
da : 'T *
zx : ArraySlice<Complex<'T>> -> unit
Parameters
- n
- Type: SystemInt32
- da
- Type: T
- zx
- Type: Extreme.CollectionsArraySliceComplexT
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
Numerical Libraries
Supported in: 6.0
Reference