gtsam/wrap/tests/expected/@Test/arg_EigenConstRef.m

5 lines
141 B
Matlab
Raw Normal View History

2012-06-29 00:13:22 +08:00
% result = obj.arg_EigenConstRef(value)
function result = arg_EigenConstRef(obj,value)
error('need to compile arg_EigenConstRef.cpp');
end