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

Mat constructor silently ignores inputs #163

Open
stevengj opened this issue Nov 1, 2016 · 0 comments
Open

Mat constructor silently ignores inputs #163

stevengj opened this issue Nov 1, 2016 · 0 comments

Comments

@stevengj
Copy link

stevengj commented Nov 1, 2016

julia> Mat{2,2}(0,1,2,3)
FixedSizeArrays.Mat{2,2,Int64}(
    0 0
    1 1
)

I was hoping that this would fill in the Mat data in column-major order, or at least throw an exception, rather than silently ignoring the last two arguments.

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