Struct ceres_solver::nlls_problem::NllsProblem
source · pub struct NllsProblem<'cost> { /* private fields */ }Expand description
Non-Linear Least Squares problem.
See module-level documentation building the instance of this type.
Implementations§
source§impl<'cost> NllsProblem<'cost>
impl<'cost> NllsProblem<'cost>
sourcepub fn residual_block_builder(self) -> ResidualBlockBuilder<'cost>
pub fn residual_block_builder(self) -> ResidualBlockBuilder<'cost>
Capture this problem into a builder for a new residual block.
sourcepub fn solve(
self,
options: &SolverOptions
) -> Result<NllsProblemSolution, NllsProblemError>
pub fn solve(
self,
options: &SolverOptions
) -> Result<NllsProblemSolution, NllsProblemError>
Solve the problem.