JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
IAffineInitials.java
Go to the documentation of this file.
1 package rb.affinefcn;
2 
9 public interface IAffineInitials {
10 
16  public int getQu0();
17 
27  public double thetaQu0(int i, double[] p);
28 
29 }
int getQu0()
Gets the number of input functionals in the affine expansion.
Interface for affinely decomposed initial value conditions.
double thetaQu0(int i, double[] p)
Evaluates ^{u0}_i for the current parameter p.