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

5 lines
89 B
Matlab

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