Skip to content
  • Jan Möbius's avatar
    Merge branch 'StateMatrixUpdate' into 'master' · 963a6859
    Jan Möbius authored
    avoid expensive matrix update
    
    profiling showed that update_matrices has a huge impact on performance. It's better to avoid updating the forward and backward transformations and computing them on the fly instead.
    
    See merge request !30
    963a6859