bmad-sim / GTPSA.jl

Julia interface to the Generalised Truncated Power Series Algebra (GTPSA) library

Home Page:https://bmad-sim.github.io/GTPSA.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`hessian` getter function can be optimized

mattsignorelli opened this issue · comments

Hessian getter can be made faster by using the flat indexing to fill the matrix

Fixed with #119