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