You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto gui_tikhonov_case = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmChoice>(state->getValue(TikhonovCase).toInt());
93
-
auto gui_tikhonov_solution_subcase = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmSolutionSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovSolutionSubcase).toInt());
94
-
auto gui_tikhonov_residual_subcase = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmResidualSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovResidualSubcase).toInt());
95
-
96
-
// =======
97
-
// auto gui_tikhonov_case = static_cast<TikhonovAlgorithmImpl::AlgorithmChoice>(state->getValue(TikhonovCase).toInt());
98
-
// auto gui_tikhonov_solution_subcase = static_cast<TikhonovAlgorithmImpl::AlgorithmSolutionSubcase>(state->getValue(Parameters::TikhonovSolutionSubcase).toInt());
99
-
// auto gui_tikhonov_residual_subcase = static_cast<TikhonovAlgorithmImpl::AlgorithmResidualSubcase>(state->getValue(Parameters::TikhonovResidualSubcase).toInt());
100
-
//
101
-
// >>>>>>> sciinstitute/master
102
-
auto denseForward = castMatrix::toDense(forward_matrix_h);
103
-
auto measuredDense = convertMatrix::toDense(hMatrixMeasDat);
104
-
auto regMatDense = castMatrix::toDense(hMatrixRegMat.get_value_or(nullptr));
105
-
auto noiseCovDense = castMatrix::toDense(hMatrixNoiseCov.get_value_or(nullptr));
auto gui_tikhonov_case = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmChoice>(state->getValue(TikhonovCase).toInt());
92
+
auto gui_tikhonov_solution_subcase = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmSolutionSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovSolutionSubcase).toInt());
93
+
auto gui_tikhonov_residual_subcase = static_cast<SolveInverseProblemWithTikhonovImpl_child::AlgorithmResidualSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovResidualSubcase).toInt());
94
+
95
+
auto denseForward = castMatrix::toDense(forward_matrix_h);
96
+
auto measuredDense = convertMatrix::toDense(hMatrixMeasDat);
97
+
auto regMatDense = castMatrix::toDense(hMatrixRegMat.get_value_or(nullptr));
98
+
auto noiseCovDense = castMatrix::toDense(hMatrixNoiseCov.get_value_or(nullptr));
auto gui_tikhonov_case = static_cast<SolveInverseProblemWithTikhonovSVD_impl::AlgorithmChoice>(state->getValue(TikhonovCase).toInt());
69
+
auto gui_tikhonov_solution_subcase = static_cast<SolveInverseProblemWithTikhonovSVD_impl::AlgorithmSolutionSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovSolutionSubcase).toInt());
70
+
auto gui_tikhonov_residual_subcase = static_cast<SolveInverseProblemWithTikhonovSVD_impl::AlgorithmResidualSubcase>(state->getValue(Core::Algorithms::Inverse::Parameters::TikhonovResidualSubcase).toInt());
67
71
68
-
auto denseForward = castMatrix::toDense(forward_matrix_h);
69
-
auto measuredDense = convertMatrix::toDense(hMatrixMeasDat);
0 commit comments