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

Feature: add Matrix::apply_with_location #1493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leandrosansilva
Copy link

@leandrosansilva leandrosansilva commented Feb 20, 2025

Matrix::apply_with_location works similar Matrix::map_with_location, but in-place, like Matrix::apply.

It works like apply, but passes row and column to the callback function.

It works like apply, but passes row and column to the callback function
@leandrosansilva leandrosansilva changed the title Add Matrix::apply_with_location public function Feature: add Matrix::apply_with_location Feb 21, 2025
@leandrosansilva leandrosansilva marked this pull request as ready for review February 21, 2025 07:59
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

Successfully merging this pull request may close these issues.

1 participant