Skip to content

CRATE v1.0.5

Latest
Compare
Choose a tag to compare
@BernardoFerreira BernardoFerreira released this 15 Nov 22:12
1b7f45a

New Features and Improvements

None

Bug Fixes

  • Implemented handling of neglectable imaginary parts (tolerance with respect to machine epsilon of input type) stemming from spectral decomposition of symmetric second-order tensors;
  • A new boolean parameter can be optionally passed to spectral_decomposition() to drop imaginary parts of eigenvalues and eigenvectors when these are close to zero (set False by default);