5 lines
139 B
Matlab
5 lines
139 B
Matlab
|
|
function result = arg_EigenConstRef(obj,value)
|
||
|
|
% usage: obj.arg_EigenConstRef(value)
|
||
|
|
error('need to compile arg_EigenConstRef.cpp');
|
||
|
|
end
|