Managed Linear Algebra Operations Of Single.Create Modified Givens Rotation Method
Applies a modified Givens rotation.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
public override void CreateModifiedGivensRotation(
ref float d1,
ref float d2,
ref float x1,
float y1,
float[] param
)
Parameters
- d1 Single
- The first scale factor for the modified Givens transform.
- d2 Single
- The second scale factor for the modified Givens transform.
- x1 Single
- The first element of the input vector. On exit, this value is overwritten with the rotated element.
- y1 Single
- The second element of the input vector.
- param Single[]
- An array defining the type of transform matrix H used.