pub fn simplex_log_map(
values: ArrayView2<'_, f64>,
base: ArrayView1<'_, f64>,
coord: SimplexCoord,
reference: isize,
) -> Result<Array2<f64>, String>Expand description
Riemannian log map at an intrinsic simplex base point, expressed in the chosen coordinate system: the difference of the values’ and base’s CLR/ALR coordinates.