applyGivensColumnOp Method

Replace current columns Ui Uj with (cUi - sUj) and (cUj + sUi) This is used in compute intensive inner loops -- there is no checking for i,j being 0,1,2

applyGivensColumnOp(i: number, j: number, c: number, s: number): void

Parameter Type Description
i number first row index. must be 0,1,2 (unchecked)
j number second row index. must be 0,1,2 (unchecked)
c number fist coefficient
s number second coefficient

Defined in

Last Updated: 08 January, 2020