Applies a modified Givens rotation.
Namespace: Extreme.Mathematics.LinearAlgebra.Providers
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public MustOverride Sub Drotmg ( _
ByRef d1 As Double, _
ByRef d2 As Double, _
ByRef x1 As Double, _
y1 As Double, _
param As Double() _
)
|
Parameters
-
d1
- Type: System..::..Double%
The first scale factor for the modified
Givens transform.
-
d2
- Type: System..::..Double%
The second scale factor for the modified
Givens transform.
-
x1
- Type: System..::..Double%
The first element of the input vector.
On exit, this value is overwritten with the rotated
element.
-
y1
- Type: System..::..Double
The second element of the input
vector.
-
param
- Type: array<System..::..Double>[]()[][]
An array defining the type of transform
matrix H used.
See Also