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

Matrix - RemoveRow RemoveColumn #207

Closed
SurajGupta opened this issue Apr 4, 2014 · 5 comments
Closed

Matrix - RemoveRow RemoveColumn #207

SurajGupta opened this issue Apr 4, 2014 · 5 comments

Comments

@SurajGupta
Copy link

Apologies if I'm just missing this, but I see InsertColumn/InsertRow, but no methods to RemoveColumn/RemoveRow. I think its easily done using some combination of SubMatrix and Append or other existing methods. Would be nice to have something native.

@SurajGupta
Copy link
Author

Noticing also that there's no vertical Append (i.e. Append( Matrix top , Matrix bottom ) )

@cdrnet
Copy link
Member

cdrnet commented Apr 4, 2014

Yes.

Vertical append is there but called Stack.

@SurajGupta
Copy link
Author

thanks! And am I missing the method to Remove rows/columns?

@cdrnet
Copy link
Member

cdrnet commented Apr 4, 2014

No, it was indeed missing (but just added)

@cdrnet cdrnet closed this as completed Apr 4, 2014
@SurajGupta
Copy link
Author

wow that was fast! thanks!

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