ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::bridge Namespace Reference

Namespaces

namespace  detail
 
namespace  Math
 

Classes

class  GeneralizedEigenDecomposition
 
class  QRDecomposition
 
class  RealEigenDecomposition
 
class  SymmetricEigenDecomposition
 

Detailed Description

Convenience wrappers over third-party numerical backends, provided as a migration aid rather than as supported ITK API.

Anything in this namespace eases the initial move off the deprecated VNL algorithms. It is not part of the core ITK mission to maintain or validate: the API and ABI may change without the usual deprecation cycle, and the numerical behavior is the backend's, not ITK's.

Downstream users should prefer calling Eigen (or another numerical library) directly rather than depending on these wrappers.

See also
The itk::bridge Numerics Namespace