ImFusion SDK 4.3

#include <ImFusion/CT/Solver/LinearResidual.h>

Linear residual for tomographic reconstruction. More...

Detailed Description

Linear residual for tomographic reconstruction.

Represents linear system \(Ax = b\) for reconstruction problems. Solvers minimize residual norm when exact solution is not achievable.

Public Member Functions

 LinearResidual (std::unique_ptr< LinearOperator > A, SharedImageSet *b)
 Constructor.
 
 ~LinearResidual ()
 Destructor.
 
LinearOperatorA ()
 Getter for the operator.
 
const LinearOperatorA () const
 const getter for the operator
 
SharedImageSetb ()
 Getter for measurements.
 
const SharedImageSetb () const
 const getter for measurements
 
CT::Status eval (const SharedImageSet &in, SharedImageSet &out) const
 Evaluate the residual.
 

Constructor & Destructor Documentation

◆ LinearResidual()

Constructor.

Parameters
ALinear operator (system matrix)
bRight-hand side data

The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close