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