Eigen::Matrix::cast<ceres::Jet>() not needed if upgrading to Eigen 3.3
An upgrade to Eigen 3.3 will make it innecessary to add all these cast<T>()
after each Eigen matrix or vector when coding Fectors with Autodiff.
This issue is an orange light for an upgrade to 3.3.