torch_sim.mathΒΆ
Mathematical operations and utilities.
Functions
Relative condition number of the matrix exponential in the Frobenius norm. |
|
Frechet derivative of the matrix exponential of A in the direction E. |
|
Compute matrix exponential and its Frechet derivative using Algorithm 6.4. |
|
Helper function for testing and profiling. |
|
Construct the Kronecker form of the Frechet derivative of expm. |
|
Compute the matrix exponential of A using PyTorch's matrix_exp. |
|
Compute the matrix logarithm of a square 3x3 matrix. |
|
Compute the matrix logarithm of a square matrix using scipy.linalg.logm. |
|
Stack columns of M to construct a single vector. |
Classes
Built-in immutable sequence. |
|
Compute the matrix exponential of a matrix or batch of matrices. |