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

Each methods #11

Open
3 of 6 tasks
RobolabGs2 opened this issue Oct 27, 2019 · 0 comments
Open
3 of 6 tasks

Each methods #11

RobolabGs2 opened this issue Oct 27, 2019 · 0 comments
Labels

Comments

@RobolabGs2
Copy link
Member

RobolabGs2 commented Oct 27, 2019

Yields all elements of the matrix, starting with those of the first row, or returns an Enumerator if no block given. Elements can be restricted by passing an argument:
:all (default): yields all elements
:diagonal: yields only elements on the diagonal
:off_diagonal: yields all elements except on the diagonal
:lower: yields only elements on or below the diagonal
:strict_lower: yields only elements below the diagonal
:strict_upper: yields only elements above the diagonal
:upper: yields only elements on or above the diagonal

@RobolabGs2 RobolabGs2 changed the title Each metods Each methods Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant