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