MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / Evaluate

Method Evaluate

okvis_ros/okvis/okvis_ceres/src/ImuError.cpp:700–702  ·  view source on GitHub ↗

This evaluates the error term and additionally computes the Jacobians.

Source from the content-addressed store, hash-verified

698
699// This evaluates the error term and additionally computes the Jacobians.
700bool ImuError::Evaluate(double const* const* parameters, double* residuals, double** jacobians) const {
701 return EvaluateWithMinimalJacobians(parameters, residuals, jacobians, NULL);
702}
703
704// This evaluates the error term and additionally computes
705// the Jacobians in the minimal internal representation.

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36