"""QR decomposition functions.""" import numpy # Local imports from .lapack import get_lapack_funcs from .misc import _datacopied __a