pub fn tsrvf_from_alignment(
karcher: &KarcherMeanResult,
argvals: &[f64],
) -> TsrvfResultExpand description
Compute TSRVF from a pre-computed Karcher mean alignment.
Avoids re-running the expensive Karcher mean computation when the alignment has already been computed.
§Arguments
karcher— Pre-computed Karcher mean resultargvals— Evaluation points (length m)
§Returns
TsrvfResult containing tangent vectors and associated metadata.