grss.libgrss.reconstruct_stm#
- grss.libgrss.reconstruct_stm(stm: list[float]) list[list[float]] #
Reconstruct the state transition matrix from the flattened vector.
- Parameters:
stm (list of real) – Flattened state transition matrix.
- Returns:
stmMat – Reconstructed state transition matrix.
- Return type:
list of list of real