jax.lax.linalg.householder_product

jax.lax.linalg.householder_product#

jax.lax.linalg.householder_product(a, taus)[source]#

Product of elementary Householder reflectors.

Parameters:
Return type:

Array

Returns:

A batch of orthogonal (unitary) matrices with the same shape as a, containing the products of the elementary Householder reflectors.