Skip to content
Snippets Groups Projects
  1. Nov 04, 2022
  2. Nov 03, 2022
  3. Nov 02, 2022
  4. Nov 01, 2022
  5. Oct 31, 2022
    • Ian Bell's avatar
      Added Jacobian of things that could be used in iteration · 0179829d
      Ian Bell authored
      Very fast in C++ (less than a microsecond for 4 outputs in the Jacobian), but 10 microseconds in Python for 2. Need to find a way to make it closer to original speed. Perhaps pass in a buffer to be populated.  That should allow the copy to be avoided. It must be the Eigen arrays that are so slow.
      0179829d
Loading