Commit Graph

16656 Commits (687667add2da920f0cc3121bf460437e85afa576)

Author SHA1 Message Date
Varun Agrawal 687667add2 minor formatting 2023-12-29 13:44:52 -05:00
Varun Agrawal ba93dec850 only used built in version of Cephes since there doesn't seem to be an easy packaged version 2023-12-29 11:18:58 -05:00
Varun Agrawal e0b8c5292a kill testChiSquaredInverse 2023-12-28 14:05:39 -05:00
Varun Agrawal 98444aba3e another windows fix 2023-12-28 13:29:28 -05:00
Varun Agrawal 70f1d4a804 mark GTSAM_EXPORT and update docstring 2023-12-28 12:51:09 -05:00
Varun Agrawal b1ce501afe hopefully last of M_ definitions 2023-12-28 12:12:38 -05:00
Varun Agrawal 8db9e0146a additional M_PI definitions 2023-12-28 12:00:47 -05:00
Varun Agrawal 5806f5f98c add M_PI definition if unavailable (e.g. in Windows) 2023-12-28 10:35:44 -05:00
Varun Agrawal 3cde40ddc8 OS-based improved support 2023-12-28 10:06:44 -05:00
Varun Agrawal ea81675393 minor refactor to be consistent 2023-12-28 09:36:04 -05:00
Varun Agrawal 5481159f95 Link to cephes from gtsam 2023-12-28 09:31:08 -05:00
Varun Agrawal 3538488b28 refactor Cephes CMakeLists.txt to allow building from parent directory 2023-12-28 09:30:26 -05:00
Varun Agrawal 4326195786 cephes source code 2023-12-28 07:25:55 -05:00
Varun Agrawal 87c572912e more code 2023-12-27 18:03:02 -05:00
Varun Agrawal 203a84dc0e add more gamma functions 2023-12-27 17:12:51 -05:00
Varun Agrawal 25ebdd54fc add gamma_p_inverse_func 2023-10-22 15:15:02 -04:00
Varun Agrawal 6f386168a4 gamma inverse functional 2023-10-20 11:09:35 -04:00
Varun Agrawal bebb275489 compute initial guess for inverse gamma value 2023-10-20 10:21:49 -04:00
Varun Agrawal c8a0cdc543 much improved chi_squared_quantile, incremental update 2023-10-20 07:00:34 -04:00
Varun Agrawal a46a78d413 update paths 2023-10-19 08:27:53 -04:00
Varun Agrawal e8817ae3ea rename other files accordingly 2023-10-19 08:25:56 -04:00
Varun Agrawal dcb42998e8 rename GncHelpers to chiSquaredInverse and move to internal directory 2023-10-19 05:47:43 -04:00
Varun Agrawal 1d9b83b963 Merge branch 'develop' into chi-squared-quantile 2023-10-18 13:49:59 -04:00
Varun Agrawal b5d19fb446
Merge pull request #1650 from borglab/factor-typecast 2023-10-18 13:45:51 -04:00
Varun Agrawal 5ffa7f2e35
Merge pull request #1649 from borglab/matlab-update
Matlab Wrapper Update
2023-10-17 19:20:19 -04:00
Frank Dellaert 7f511837fe
Merge pull request #1640 from borglab/fixes
Various Fixes and TODOs
2023-10-17 14:18:25 -07:00
Varun Agrawal 320ac1bc6a Revert "re-enable debug CI for linux"
This reverts commit 331ae137af.
2023-10-17 15:32:56 -04:00
Varun Agrawal 1b909d2eea Revert "overload the Chebyshev2::Point method to reduce duplication"
This reverts commit b2efd64d2b.
2023-10-13 15:36:55 -04:00
Varun Agrawal 7e1a683e34 Revert "imrpove bounds checks in Chebyshev2"
This reverts commit 2a386f8631.
2023-10-13 15:36:45 -04:00
Varun Agrawal 5a3706c6bb
Merge pull request #1655 from borglab/variable-keyformatter 2023-10-12 16:50:37 -04:00
Varun Agrawal caef0de75a
Merge pull request #1656 from borglab/jacobian-factor-getA 2023-10-12 16:50:25 -04:00
Varun Agrawal 244c9b654b
Merge pull request #1654 from borglab/fix/1648 2023-10-12 16:49:18 -04:00
Varun Agrawal d0987e58d8
Merge pull request #1651 from borglab/cmake-cleanup 2023-10-12 11:13:55 -04:00
Varun Agrawal 95add4786a overload JacobianFactor::getA method with one that takes a key 2023-10-12 08:59:09 -04:00
Varun Agrawal 3c5c500aa5 mark DefaultKeyFormatter with GTSAM_EXPORT 2023-10-11 18:00:45 -04:00
Varun Agrawal ebf3672c8d add comment 2023-10-11 14:26:39 -04:00
Varun Agrawal f0fcdfa902 make DefaultKeyFormatter an extern variable so it can be updated in downstream applications 2023-10-11 14:21:59 -04:00
Varun Agrawal d16bba321f correct method ordering as per documentation 2023-10-10 07:42:25 -04:00
Varun Agrawal 87e28ea698 wrap SmartProjectionPoseFactor::point() 2023-10-10 06:56:17 -04:00
Varun Agrawal d5d75274ec rearrange Values::insert to fix 1477 2023-10-10 06:55:54 -04:00
Varun Agrawal b6dbb0fe92 remove extra spaces 2023-10-08 15:02:01 -04:00
Varun Agrawal a30999f1de Move testing cmake flags back to GtsamTesting 2023-10-08 14:44:38 -04:00
Varun Agrawal e4fff74690 update gtsamAddExamplesGlob and gtsamAddTimingGlob to take an additional argument rather than using a global variable 2023-10-08 12:16:24 -04:00
Varun Agrawal f47006d187 include cmake files after options have been handled 2023-10-08 11:24:26 -04:00
Varun Agrawal 8f61d0b2ed mark private options as advanced and move GTSAM specific options to HandleGeneralOptions.cmake 2023-10-08 11:23:54 -04:00
Varun Agrawal 524806ee4a Merge branch 'fixes' into matlab-update 2023-10-08 11:02:19 -04:00
Varun Agrawal f875662040 Merge branch 'develop' into fixes 2023-10-08 11:01:39 -04:00
Varun Agrawal f8317a5a9d Merge branch 'develop' into matlab-update 2023-10-08 11:01:08 -04:00
Varun Agrawal 3a1fe57468
Merge pull request #1628 from borglab/python-updates 2023-10-08 10:59:37 -04:00
Varun Agrawal 3fac23b9b9 fix 2023-10-07 17:32:34 -04:00