Ceres Solver 中文文档
Ctrlk
  • 😜Ceres Solver 中文文档
  • Why Ceres ?
  • Installation
  • Tutorial
    • Non-linear Least Squares
    • General Unconstrained Minimization
  • On Derivatives
    • Spivak Notation
    • Analytic Derivatives
    • Numeric Derivatives
    • Automatic Derivatives
    • Interfacing with Automatic Differentiation
    • Using Inverse & Implicit Function Theorems
  • Modeling Non-linear Least Squares
    • Introduction
    • Main Class Interface
      • CostFunction
      • SizeCostFunction
      • AutoDiffCostFunction
      • DynamicAutoDiffCostFunction
      • NumericDiffCostFunction
      • DynamicNumericDifferCostFunction
      • CostFunctionToFunctor
      • DynamicCostFunctionToFunctor
      • ConditionedCostFunction
      • GradientChecker
      • NormalPrior
      • LossFunction
      • Manifold
      • AutoDIffManifold
      • Problem
      • EvaluatationCallback
      • Rotation
      • Cubic Interpolation
  • Solveing Non-linear Least Squares
    • Introduction
    • Trust Region Methodd
    • Line Search Methods
    • Linear Solvers
    • Mixed Precision Solves
    • Preconditioners
    • Ordering
    • Main Class Interfaces
  • Covariance Estimation
    • Introduction
    • Gauge Invariance
    • Covariance
    • Rank of the Jacobian
    • Example Usage
Powered by GitBook
On this page
  1. Modeling Non-linear Least Squares

Main Class Interface

CostFunctionSizeCostFunctionAutoDiffCostFunctionDynamicAutoDiffCostFunctionNumericDiffCostFunctionDynamicNumericDifferCostFunctionCostFunctionToFunctorDynamicCostFunctionToFunctorConditionedCostFunctionGradientCheckerNormalPriorLossFunctionManifoldAutoDIffManifoldProblemEvaluatationCallbackRotationCubic Interpolation
PreviousIntroductionNextCostFunction