Loading isis/src/base/objs/LeastSquares/LeastSquares.cpp +6 −7 Original line number Diff line number Diff line Loading @@ -444,7 +444,6 @@ namespace Isis { int LeastSquares::SolveSparse() { // form "normal equations" matrix by multiplying ATA std::cout << p_sparseA.n_rows << ", " << p_sparseA.n_cols << std::endl; p_normals = p_sparseA.t()*p_sparseA; // Create the right-hand-side column vector 'b' Loading isis/src/base/objs/LeastSquares/LeastSquares.truth +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ Number of Knowns = 7 y = 1.43458 1.43458 --- *** TEST 4: SAME 3 POINTS, SPARSE *** 3, 2 Number of Knowns = 3 SPARSE one = 3.08 Loading Loading
isis/src/base/objs/LeastSquares/LeastSquares.cpp +6 −7 Original line number Diff line number Diff line Loading @@ -444,7 +444,6 @@ namespace Isis { int LeastSquares::SolveSparse() { // form "normal equations" matrix by multiplying ATA std::cout << p_sparseA.n_rows << ", " << p_sparseA.n_cols << std::endl; p_normals = p_sparseA.t()*p_sparseA; // Create the right-hand-side column vector 'b' Loading
isis/src/base/objs/LeastSquares/LeastSquares.truth +0 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ Number of Knowns = 7 y = 1.43458 1.43458 --- *** TEST 4: SAME 3 POINTS, SPARSE *** 3, 2 Number of Knowns = 3 SPARSE one = 3.08 Loading