SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.analysis.function.rn2r1
Class RealScalarFunctionFixedVariables.Value

java.lang.Object
  extended by com.numericalmethod.suanshu.analysis.function.rn2r1.RealScalarFunctionFixedVariables.Value
Enclosing class:
RealScalarFunctionFixedVariables

public static class RealScalarFunctionFixedVariables.Value
extends java.lang.Object


Field Summary
 int index
          an index to a variable, counting from 0
 double value
          the value fixed for this variable
 
Constructor Summary
RealScalarFunctionFixedVariables.Value(int index, double value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public final int index
an index to a variable, counting from 0


value

public final double value
the value fixed for this variable

Constructor Detail

RealScalarFunctionFixedVariables.Value

public RealScalarFunctionFixedVariables.Value(int index,
                                              double value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.