linearalgebra
Class LinearExpression.LinearLiteral

java.lang.Object
  extended by linearalgebra.LinearExpression.LinearLiteral
Enclosing class:
LinearExpression

private static class LinearExpression.LinearLiteral
extends java.lang.Object


Field Summary
 double coefficient
           
 UnknownValue variable
           
 
Constructor Summary
LinearExpression.LinearLiteral(double coefficient, UnknownValue variable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coefficient

public double coefficient

variable

public UnknownValue variable
Constructor Detail

LinearExpression.LinearLiteral

public LinearExpression.LinearLiteral(double coefficient,
                                      UnknownValue variable)