Linear Algebra Operations<T>.Create Givens Rotation Method
Definition
Namespace: Numerics.NET.LinearAlgebra.Implementation
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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 abstract 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 a,
ref T db,
out T c,
out 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