protected static class FundamentalRefinement.FastSolveNormal3x2 extends Object
| Modifier | Constructor and Description | 
|---|---|
protected  | 
FastSolveNormal3x2()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static FundamentalRefinement.FastSolveNormal3x2 | 
solve(double[] r1,
     double[] r2,
     double[] r3)
Solve the over-determined system [r1 r2]x = [r3] where r1, r2 and r3
 are 3-dimensional column vectors and x is a 2 dimensional column
 vector x=[r; s]. 
 | 
protected FastSolveNormal3x2()
protected static FundamentalRefinement.FastSolveNormal3x2 solve(double[] r1, double[] r2, double[] r3)
r1 - vector 1r2 - vector 2r3 - vector 3