SPQRHouseholder¶ class sksparse.spqr.SPQRHouseholder(H: csc_array, tau: ndarray, perm: ndarray)[source]¶ A class to hold the Householder representation of Q. H[source]¶ The Householder vectors stored in a sparse matrix. Type: csc_array tau[source]¶ The Householder coefficients. Type: ndarray of float perm[source]¶ The column permutation vector. Type: ndarray of int Added in version 0.5.0. Methods __init__ count Return number of occurrences of value. index Return first index of value.