Skip to content

Commit

Permalink
src/sage/matrix/matrix_cmr_sparse.pyx: Set CMR_TU_ALGORITHM slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 11, 2023
1 parent cb9363f commit 0f692d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/matrix/matrix_cmr_sparse.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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(&params, kwds)
sig_on()
try:
Expand Down Expand Up @@ -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(&params.regular, kwds)
sig_on()
try:
Expand Down

0 comments on commit 0f692d7

Please sign in to comment.