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

can't use cse on a function which returns a matrix #7

Open
dignakov opened this issue Mar 25, 2018 · 0 comments
Open

can't use cse on a function which returns a matrix #7

dignakov opened this issue Mar 25, 2018 · 0 comments

Comments

@dignakov
Copy link

dignakov commented Mar 25, 2018

When using cse on a function which constructs a matrix it returns a warning:

WARNING: CommonSubexpressions can't yet handle expressions of this form: vcat

For example:

@cse function mtx(x1,x2,x3,x4)
    [x1*x4 x2; x3 x1*x4]
end

(added a pull request)

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

1 participant