Skip to content

Commit

Permalink
fix(symmetric): change symm_sparse() to is_symmetric(opts_)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubbeer committed Feb 29, 2024
1 parent 8e21d97 commit 01592f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparseSolverBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ namespace strumpack {
}

// TODO(Jie): disable equilibration for sym temperately
if (!matrix()->symm_sparse()){
if (!is_symmetric(opts_)){
equil_ = matrix()->equilibration();
matrix()->equilibrate(equil_);
}
Expand Down

0 comments on commit 01592f6

Please sign in to comment.