Linear Algebra Operations<T>.Create Givens Rotation Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Create | Determines a complex Givens rotation. |
Create | Construct givens plane rotation. |
CreateGivensRotation(Complex<T>, Complex<T>, T, Complex<T>)
Determines a complex Givens rotation.
public virtual void CreateGivensRotation(
ref Complex<T> ca,
Complex<T> cb,
out T c,
out Complex<T> s
)
Parameters
Remarks
Authors: Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.
Date: November 2011
CreateGivensRotation(T, T, T, T)
Construct givens plane rotation.
public abstract void CreateGivensRotation(
ref T da,
ref T db,
ref T c,
ref T s
)
Parameters
Implements
ILinearAlgebraOperations<T>.CreateGivensRotation(T, T, T, T)Remarks
Further Details:
jack dongarra, linpack, 3/11/78.
Authors: Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver, NAG Ltd.
Date: November 2011