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
725f5624c3
gtsam
/
matlab
/
CHECK.m
6 lines
89 B
Matlab
Raw
Blame
History
function
CEHCK
(
name,assertion
)
if
(
assertion
~=
1
)
error
(
[
'
CHECK '
name
'
fails'
]
)
;
end
Reference in New Issue
View Git Blame
Copy Permalink