Skip to content

Commit dd41eef

Browse files
committed
refining bugs
1 parent d008228 commit dd41eef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Core/Algorithms/Legacy/Inverse/SolveInverseProblemWithTikhonovSVD_impl.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)