Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Conversation

@ccjmne
Copy link
Contributor

@ccjmne ccjmne commented Oct 7, 2019

Implement MATLAB's "reshape" function in Javascript.
Uses a Generator to traverse the original matrix.

Resolves #139.

ccjmne added 2 commits October 7, 2019 23:44
After careful reading of the original problem's accompanying examples, 
it appears sparse matrices are considered *illegal* in this context.
@vJechsmayr vJechsmayr self-requested a review October 8, 2019 06:24
Copy link
Owner

@vJechsmayr vJechsmayr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one

@vJechsmayr vJechsmayr merged commit 6816e63 into vJechsmayr:master Oct 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reshape the Matrix

2 participants