pub fn dispatch_exp_map(
tangent: ArrayView2<'_, f64>,
label: &str,
base: ArrayView1<'_, f64>,
) -> Result<Array2<f64>, String>Expand description
String-driven response-geometry exponential map: inverse of
dispatch_log_map given an explicit base point.