File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/Core/Algorithms/Legacy/Inverse Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ namespace SCIRun
6565
6666 SolveInverseProblemWithTikhonovSVD_impl ( const SCIRun::Core::Datatypes::DenseMatrixHandle& forwardMatrix,
6767 const SCIRun::Core::Datatypes::DenseMatrixHandle& measuredData,
68+ AlgorithmChoice regularizationChoice = automatic,
69+ AlgorithmSolutionSubcase regularizationSolutionSubcase = solution_constrained,
70+ AlgorithmResidualSubcase regularizationResidualSubcase = residual_constrained,
71+ const SCIRun::Core::Datatypes::DenseMatrixHandle sourceWeighting = 0 ,
72+ const SCIRun::Core::Datatypes::DenseMatrixHandle sensorWeighting = 0 ,
6873 bool computeRegularizedInverse = false ,
6974 SCIRun::Core::Logging::LegacyLoggerInterface* pr = 0 )
7075
You can’t perform that action at this time.
0 commit comments