sbrt.kernel.math
Interface QuadraticExpr<V>

Type Parameters:
V - the variable type.
All Superinterfaces:
MathExpr<V>, Polynomial<V>

public interface QuadraticExpr<V>
extends Polynomial<V>

This interface is used to represent quadratic expressions. It has not been fully implemented.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Nested Class Summary
static interface QuadraticExpr.Term<V>
          This interface is used to represent the terms of quadratic expressions.
 
Method Summary
 
Methods inherited from interface sbrt.kernel.math.Polynomial
equals, getConstant, getTermArray, hashCode, plugInNumbers, terms, toString
 
Methods inherited from interface sbrt.kernel.math.MathExpr
getVariables, hasAllVariables, hasVariable, hasVariables, variables