Skip to content

A review of the Golub-Kahan Bidiagonalization Method with Householder reflectors

Notifications You must be signed in to change notification settings

emchinn/Bidiagonalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

Bidiagonalization: Golub-Kahan Method with Householder Reflectors

This is a review of the Golub-Kahan Bidiagonalization Method, using Householder reflectors. The method was developed in 1965 by Gene H Golub and William M Kahan to eliminate problems from ill-conditioned or rank-deficient matrices. This method used in numerous algorithms including LSQR and SVD.

The notebook focuses on explaning the big picture overview of the Golub-Kahan method:

I include a digression on Householder reflectors and their role in bidiagonalization:

As well as an example of the algorithm:

About

A review of the Golub-Kahan Bidiagonalization Method with Householder reflectors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published