MCPcopy Create free account
hub / github.com/chengwei0427/Lidar_IMU_Localization / vectorFieldNumDiff

Function vectorFieldNumDiff

include/sophus/num_diff.hpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82///
83template <class Scalar, int N, int M, class ScalarOrVector, class Fn>
84Eigen::Matrix<Scalar, N, M> vectorFieldNumDiff(
85 Fn vector_field, ScalarOrVector const& a,
86 Scalar eps = Constants<Scalar>::epsilonSqrt()) {
87 return details::VectorField<Scalar, N, M>::num_diff(std::move(vector_field),
88 a, eps);
89}
90
91} // namespace Sophus
92

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected