Under construction. This chapter presents a developing rotation-based QR method and identifies numerical and algorithmic questions that still require investigation.
At each step, a direct plane rotation aligns the active column with its leading coordinate vector. This zeros all entries below the diagonal position at once, after which the completed row and column are set aside and the process repeats on the trailing submatrix. The chapter derives the rotation geometrically, simplifies its block form and develops an update that applies the rotation without explicitly constructing the full matrix.
Instead of eliminating one entry at a time, the method rotates an entire active column directly into its coordinate direction.
The active column and its first coordinate vector determine a two-dimensional plane. Rotating inside that plane can align the column with the coordinate vector while leaving the orthogonal complement fixed. Once aligned, the column has only its leading active entry, so every entry below it is zero simultaneously.
The PDF page links below are best-effort: most browsers support them, but some viewers may ignore the page hint.
Like Householder QR, one step completes the active part of a column; like Givens QR, each step is a proper rotation rather than a reflection. The operation-count comparison in the chapter suggests lower dense arithmetic cost than standard Givens rotations but higher cost than Householder reflections. These are analytical estimates, not measured execution times, and the method’s numerical stability and sparse performance have not yet been established.