This website requires JavaScript.
Explore
Help
Sign In
12345qiupeng
/
gtsam
Watch
1
Star
0
Fork
You've already forked gtsam
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2183e09c67
gtsam
/
matlab
/
kai02_bottomUp.m
5 lines
89 B
Matlab
Raw
Normal View
History
Unescape
Escape
find a bottom to up ordering given the tree structure {pred} returned by matlab's graphminspantree
2009-12-13 06:40:27 +08:00
load
beijing_graph
.
mat
;
Framework for ordering
2009-12-13 06:18:19 +08:00
find a bottom to up ordering given the tree structure {pred} returned by matlab's graphminspantree
2009-12-13 06:40:27 +08:00
ordering
=
bottom_up_ordering
(
pred
)
;
Framework for ordering
2009-12-13 06:18:19 +08:00
ordering
.
print
(
'
ordering'
)