gtsam/wrap/tests/expected/@Point3/norm.m

5 lines
91 B
Matlab

% result = obj.norm()
function result = norm(obj)
error('need to compile norm.cpp');
end