fix typo already in old doc

This commit is contained in:
Andreas Fabri 2012-10-03 07:15:11 +00:00
parent 18b8db4e20
commit 1304480a81
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ comes in <I>dense</I> representation which includes zero entries.
types, respectively, for `A_iterator` and `D_iterator`) must be types, respectively, for `A_iterator` and `D_iterator`) must be
convertible to some common `IntegralDomain` `ET`. convertible to some common `IntegralDomain` `ET`.
\sa `NonnegativeQuadraticProgramInterface` \sa `NonnegativeQuadraticProgram`
\sa `LinearProgramInterface` \sa `LinearProgram`
\sa `NonnegativeLinearProgramInterface` \sa `NonnegativeLinearProgram`
*/ */
class QuadraticProgram { class QuadraticProgram {