LinearAlgebraOperations.CreateModifiedGivensRotation<T> Method

Applies a modified Givens rotation.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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

See Also