moscot.base.output.MatrixSolverOutput.chain¶
- MatrixSolverOutput.chain(outputs, scale_by_marginals=False)¶
Chain subsequent applications of
transport_matrix
.- Parameters:
outputs (
Iterable
[BaseDiscreteSolverOutput
]) – Sequence of transport matrices to chain.
- Return type:
- Returns:
: The chained transport matrices as a linear operator.