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

Add mutable matrix structure builders #515

Open
EjenY-Poltavchiny opened this issue May 12, 2023 · 1 comment
Open

Add mutable matrix structure builders #515

EjenY-Poltavchiny opened this issue May 12, 2023 · 1 comment
Labels
feature A new feature request

Comments

@EjenY-Poltavchiny
Copy link

I'm working with "series" (kmath - stat) package and my task is to implement DTW algorithm. To implement this algorithm I need to dynamicly change special matrix. But I faced with the problem, that MatrixBuilder is immutable structure. As a result, I was sent here to create issue.

@SPC-code
Copy link
Contributor

Mutable matrix exists (MutableStructure2D). But there are indeed no suitable builders for this kind of structure.

@SPC-code SPC-code added the feature A new feature request label May 12, 2023
@SPC-code SPC-code changed the title Add mutable matrix structure Add mutable matrix structure builders May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request
Projects
None yet
Development

No branches or pull requests

2 participants