tor (Matrix v)
{resultVector = new Matrix (atm. size (), 1); = (v. getMatrix (2 * atm. size (), 2 * atm. size (), 0, atm. size () - 1)). transpose ();
return resultVector;
}
private double [ ] a;
private double [ ] b;
private double [ ] c;
private Matrix result = null ;
private int index = 0;
private boolean left = true ;
private double [ ] vesselAreas;
private int k ;
private ArterialBinaryTreeModel atm;
private double [ ] flux;
private double t ;
public MatrixResolver (ArterialBinaryTreeModel atm, double [] a, double [] b, double [] c, boolean left, double [] vesselAreas,
double [] flux, double t)
{
this . atm = atm;
this . a = a;
this . b = b;
this . c = c;
this