kmath icon indicating copy to clipboard operation
kmath copied to clipboard

Add mutable matrix structure builders

Open EjenY-Poltavchiny opened this issue 1 year ago • 1 comments

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.

EjenY-Poltavchiny avatar May 12 '23 19:05 EjenY-Poltavchiny

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

SPC-code avatar May 12 '23 19:05 SPC-code