Managed Linear Algebra Operations Of Single.Create Givens Rotation Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
Overload List
Create | Determines a complex Givens rotation. |
Create | Generates the elements for a Givens plane rotation. |
CreateGivensRotation(Single, Single, Single, Single)
Generates the elements for a Givens plane rotation.
public override void CreateGivensRotation(
ref float a,
ref float b,
ref float c,
ref float s
)
Parameters
- a Single
- The first element of the input vector. On exit, this value is overwritten with the rotated element r.
- b Single
- The second element of the input vector. On exit, this value is overwritten with the reconstruction value z.
- c Single
- On exit, this value is overwritten with the first rotation element, the cosine of the rotation angle.
- s Single
- On exit, this value is overwritten with the second rotation element, the sine of the rotation angle.