![]() |
Utility methods for diagonalizing matrices.
Functions
bidiagonalize_real_matrix_pair_with_symmetric_products(...)
: Finds orthogonal matrices that diagonalize both mat1 and mat2.
bidiagonalize_unitary_with_special_orthogonals(...)
: Finds orthogonal matrices L, R such that L @ matrix @ R is diagonal.
diagonalize_real_symmetric_and_sorted_diagonal_matrices(...)
: Returns an orthogonal matrix that diagonalizes both given matrices.
diagonalize_real_symmetric_matrix(...)
: Returns an orthogonal matrix that diagonalizes the given matrix.