When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Householder transformation - Wikipedia

    en.wikipedia.org/wiki/Householder_transformation

    In linear algebra, a Householder transformation (also known as a Householder reflection or elementary reflector) is a linear transformation that describes a reflection about a plane or hyperplane containing the origin. The Householder transformation was used in a 1958 paper by Alston Scott Householder. [1]

  3. QR decomposition - Wikipedia

    en.wikipedia.org/wiki/QR_decomposition

    A Householder reflection (or Householder transformation) is a transformation that takes a vector and reflects it about some plane or hyperplane. We can use this operation to calculate the QR factorization of an m-by-n matrix with m ≥ n. Q can be used to reflect a vector in such a way that all coordinates but one disappear.

  4. Bidiagonalization - Wikipedia

    en.wikipedia.org/wiki/Bidiagonalization

    For dense matrices, the left and right unitary matrices are obtained by a series of Householder reflections alternately applied from the left and right. This is known as Golub-Kahan bidiagonalization.

  5. Singular value decomposition - Wikipedia

    en.wikipedia.org/wiki/Singular_value_decomposition

    Together with a first step using Householder reflections and, if appropriate, QR decomposition, this forms the DGESVD [23] routine for the computation of the singular value decomposition. The same algorithm is implemented in the GNU Scientific Library (GSL).

  6. Block reflector - Wikipedia

    en.wikipedia.org/wiki/Block_reflector

    "A block reflector is an orthogonal, symmetric matrix that reverses a subspace whose dimension may be greater than one." [1]It is built out of many elementary reflectors.. It is also referred to as a triangular factor, and is a triangular matrix and they are used in the Householder transformation.

  7. Orthogonal matrix - Wikipedia

    en.wikipedia.org/wiki/Orthogonal_matrix

    This is a reflection in the hyperplane perpendicular to v (negating any vector component parallel to v). If v is a unit vector, then Q = I − 2vv T suffices. A Householder reflection is typically used to simultaneously zero the lower part of a column. Any orthogonal matrix of size n × n can be constructed as a product of at most n such ...

  8. Householder operator - Wikipedia

    en.wikipedia.org/wiki/Householder_operator

    In linear algebra, the Householder operator is defined as follows. [1] Let be a finite-dimensional inner product space with inner product , and unit vector.Then : is defined by

  9. LU decomposition - Wikipedia

    en.wikipedia.org/wiki/LU_decomposition

    This makes it twice as fast as algorithms based on QR decomposition, which costs about floating-point operations when Householder reflections are used. For this reason, LU decomposition is usually preferred.