Skip to content
Snippets Groups Projects
  1. Apr 17, 2023
  2. Apr 04, 2023
  3. Mar 28, 2023
  4. Mar 27, 2023
  5. Mar 24, 2023
  6. Mar 23, 2023
  7. Mar 22, 2023
  8. Mar 21, 2023
  9. Mar 03, 2023
  10. Mar 02, 2023
  11. Feb 03, 2023
  12. Feb 02, 2023
  13. Jan 25, 2023
  14. Nov 08, 2022
  15. Nov 07, 2022
  16. Nov 04, 2022
  17. Nov 03, 2022
  18. Nov 02, 2022
  19. Nov 01, 2022
  20. 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