Householder transformation
ID: householder-transformation
The Householder transformation is a linear algebra technique used to perform orthogonal transformations of vectors and matrices. It is particularly useful in numerical linear algebra for QR decomposition and in other applications where one needs to reflect a vector across a hyperplane defined by another vector.
New to topics? Read the docs here!