pub fn factorize_symbolic_qr<I: Index>(
A: SymbolicSparseColMatRef<'_, I>,
params: QrSymbolicParams<'_>,
) -> Result<SymbolicQr<I>, FaerError>Expand description
computes the symbolic $QR$ factorization of the matrix $A$, or returns an error if the operation could not be completed