Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 268 Bytes

pyEigSym3D

fast eigen decomposition of 3x3 symmetric matrices.

Most available codes use iterative processes to solve large eigensystems. In the case of 3x3 matrices the solution can be computed analytically which is much more efficient for 3x3 matrices.