Skip to content

Commit

Permalink
Issue #2158 Enabled AMD by default for QR
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeandersson committed Feb 1, 2018
1 parent 5261a35 commit 9a94b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casadi/core/sparsity.hpp
Expand Up @@ -660,7 +660,7 @@ namespace casadi {
*/
void qr_sparse(Sparsity& SWIG_OUTPUT(V), Sparsity& SWIG_OUTPUT(R),
std::vector<casadi_int>& SWIG_OUTPUT(prinv),
std::vector<casadi_int>& SWIG_OUTPUT(pc), bool amd=false) const;
std::vector<casadi_int>& SWIG_OUTPUT(pc), bool amd=true) const;

/** \brief Depth-first search on the adjacency graph of the sparsity
See Direct Methods for Sparse Linear Systems by Davis (2006).
Expand Down

2 comments on commit 9a94b7f

@casadibot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure reported by travis in 7045583...9a94b7f -- 1

@casadibot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure reported by travis in 7045583...9a94b7f -- 1

Please sign in to comment.