From 0f692d7c4ea5d2f921fcd3c0b36bcc4f8bafc183 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 11 Dec 2023 15:09:26 -0800 Subject: [PATCH] src/sage/matrix/matrix_cmr_sparse.pyx: Set CMR_TU_ALGORITHM slot --- src/sage/matrix/matrix_cmr_sparse.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sage/matrix/matrix_cmr_sparse.pyx b/src/sage/matrix/matrix_cmr_sparse.pyx index 8c6fad5cd34..3a21e114fb1 100644 --- a/src/sage/matrix/matrix_cmr_sparse.pyx +++ b/src/sage/matrix/matrix_cmr_sparse.pyx @@ -1182,6 +1182,7 @@ cdef class Matrix_cmr_chr_sparse(Matrix_cmr_sparse): construct_transposes=construct_transposes, construct_graphs=construct_graphs) + params.algorithm = CMR_TU_ALGORITHM_DECOMPOSITION _set_cmr_regular_parameters(¶ms, kwds) sig_on() try: @@ -1278,6 +1279,7 @@ cdef class Matrix_cmr_chr_sparse(Matrix_cmr_sparse): construct_transposes=construct_transposes, construct_graphs=construct_graphs) + params.algorithm = CMR_TU_ALGORITHM_DECOMPOSITION _set_cmr_regular_parameters(¶ms.regular, kwds) sig_on() try: