Skip to content

Commit

Permalink
Merge pull request #49 from ranocha/hr/rev2
Browse files Browse the repository at this point in the history
fix missing at in ref.
  • Loading branch information
ketch authored Jul 13, 2020
2 parents f54af69 + 0f53143 commit 48fa964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,5 @@ @incollection{gb08
publisher = {Springer-Verlag Limited},
pages = {95--110},
year = 2008,
note = {\url{http://stanford.edu/~boyd/graph_dcp.html}}
url = {http://stanford.edu/~boyd/graph_dcp.html}
}
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spectrum. The corresponding optimization problem is intractable under a
direct implementation. The package uses the algorithm developed in
[@2012_optimal_stability_polynomials], which transforms the problem into a
sequence of convex problems and typically yields a solution in a few seconds.
It relies on CVX [@cvx;gb08] to solve the convex subproblems.
It relies on CVX [@cvx;@gb08] to solve the convex subproblems.
This package is usually used as the first step in designing a
Runge-Kutta method.

Expand Down

0 comments on commit 48fa964

Please sign in to comment.