Is there a reason why function obj = power(A,n) %Power A^n obj = qexpression(A,n,'^'); end Isn't included in the qpar functions?
Is there a reason why
function obj = power(A,n)
%Power A^n
obj = qexpression(A,n,'^');
end
Isn't included in the qpar functions?