Class LeastSquaresSwitcher<S extends DMatrix>

java.lang.Object
org.ddogleg.optimization.LeastSquaresSwitcher<S>

public class LeastSquaresSwitcher<S extends DMatrix> extends Object
Class that lets you easily switch between different GaussNewtonBase_F64 solvers and matrix formats. You must first call setSolver(ConfigNonLinearLeastSquares, boolean, boolean) before you call setFunction(FunctionNtoM, LeastSquaresSwitcher.ProcessJacobianOut). Supports implementations that can be specified using ConfigNonLinearLeastSquares.
  • Constructor Details

    • LeastSquaresSwitcher

      public LeastSquaresSwitcher()
  • Method Details