Generic Linear Algebra Operations<T>.Multiply In Place Method
Definition
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
Overload List
Multiply | Scales a vector by a constant. |
Multiply | Scales a vector by a constant. |
Multiply | Scales a vector by a constant. |
MultiplyInPlace(Int32, T, ArraySlice<T>)
Scales a vector by a constant.
public override void MultiplyInPlace(
int n,
T da,
ArraySlice<T> dx
)
Parameters
- n Int32
- da T
- dx ArraySlice<T>
Implements
ILinearAlgebraOperations<T>.MultiplyInPlace(Int32, T, ArraySlice<T>)Remarks
uses unrolled loops for increment equal to one.
Further Details:
jack dongarra, linpack, 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
MultiplyInPlace(Int32, T, ArraySlice<Complex<T>>)
Scales a vector by a constant.
public override void MultiplyInPlace(
int n,
T da,
ArraySlice<Complex<T>> zx
)
Parameters
- n Int32
- da T
- zx ArraySlice<Complex<T>>
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
MultiplyInPlace(Int32, Complex<T>, ArraySlice<Complex<T>>)
Scales a vector by a constant.
public override void MultiplyInPlace(
int n,
Complex<T> za,
ArraySlice<Complex<T>> zx
)
Parameters
Implements
ILinearAlgebraOperations<T>.MultiplyInPlace(Int32, T, ArraySlice<T>)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