Skip to content

Commit

Permalink
Basis functions (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Aug 27, 2021
1 parent dc148ed commit ff7ddf4
Show file tree
Hide file tree
Showing 23 changed files with 3,313 additions and 16 deletions.
25 changes: 13 additions & 12 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ if (GTSAM_BUILD_DOCS)

# GTSAM core subfolders
set(gtsam_doc_subdirs
gtsam/base
gtsam/discrete
gtsam/geometry
gtsam/inference
gtsam/linear
gtsam/navigation
gtsam/nonlinear
gtsam/sam
gtsam/sfm
gtsam/slam
gtsam/smart
gtsam/symbolic
gtsam/base
gtsam/basis
gtsam/discrete
gtsam/geometry
gtsam/inference
gtsam/linear
gtsam/navigation
gtsam/nonlinear
gtsam/sam
gtsam/sfm
gtsam/slam
gtsam/smart
gtsam/symbolic
gtsam
)

Expand Down
1 change: 1 addition & 0 deletions gtsam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ project(gtsam LANGUAGES CXX)
# The following variable is the master list of subdirs to add
set (gtsam_subdirs
base
basis
geometry
inference
symbolic
Expand Down
Loading

0 comments on commit ff7ddf4

Please sign in to comment.