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

Support ranges in index operations #10

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

Support ranges in index operations #10

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

Comments

@RobolabGs2
Copy link
Member

Standard ruby matrix:

# :call-seq:
  #   matrix[range, range] = matrix/element
  #   matrix[range, integer] = vector/column_matrix/element
  #   matrix[integer, range] = vector/row_matrix/element
  #   matrix[integer, integer] = element
  #
  # Set element or elements of matrix.
  def []=(i, j, v)
@RobolabGs2 RobolabGs2 added the C label Oct 28, 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