expm_frechet_block_enlarge¶
- torch_sim.math.expm_frechet_block_enlarge(A, E)[source]¶
Block-enlarge helper for Frechet derivative via matrix exponential.
Builds M = [[A, E], [0, A]], computes exp(M), and extracts: - exp(A) from the top-left block - L_exp(A, E) from the top-right block
- Reference:
Nicholas J. Higham (2008), “Functions of Matrices: Theory and Computation”, SIAM. (Frechet derivative block-matrix identity.)