From 0f531432562e20af3d38cf46572447a6e11bf9c5 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 13 Jul 2020 10:56:32 +0200 Subject: [PATCH] fix missing at in ref. --- paper.bib | 2 +- paper.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper.bib b/paper.bib index e88b282..9be14b9 100644 --- a/paper.bib +++ b/paper.bib @@ -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} } diff --git a/paper.md b/paper.md index d87252c..deca7c3 100644 --- a/paper.md +++ b/paper.md @@ -86,7 +86,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.