Loading isis/src/base/objs/LeastSquares/LeastSquares.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -445,6 +445,7 @@ 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; // // Test for any columns with all 0's Loading isis/src/base/objs/LeastSquares/LeastSquares.h +0 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,6 @@ namespace Isis { void Reset (); void ResetSparse() { Reset(); } bool SparseErrorPropagation(); std::vector<double> GetEpsilons () const { return p_epsilonsSparse; } void SetParameterWeights(const std::vector<double> weights) { p_parameterWeights = weights; } void SetNumberOfConstrainedParameters(int n) { p_constrainedParameters = n; } Loading Loading
isis/src/base/objs/LeastSquares/LeastSquares.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -445,6 +445,7 @@ 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; // // Test for any columns with all 0's Loading
isis/src/base/objs/LeastSquares/LeastSquares.h +0 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,6 @@ namespace Isis { void Reset (); void ResetSparse() { Reset(); } bool SparseErrorPropagation(); std::vector<double> GetEpsilons () const { return p_epsilonsSparse; } void SetParameterWeights(const std::vector<double> weights) { p_parameterWeights = weights; } void SetNumberOfConstrainedParameters(int n) { p_constrainedParameters = n; } Loading