Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qpar power(A,n) #7

Open
taubrafi opened this issue May 22, 2020 · 2 comments
Open

qpar power(A,n) #7

taubrafi opened this issue May 22, 2020 · 2 comments

Comments

@taubrafi
Copy link

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?

@rubindan
Copy link
Collaborator

No particular reason. Do you want to submit a pull request?

@taubrafi
Copy link
Author

taubrafi commented Jun 15, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants