jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

Concatenation of loop arrays #77

Closed jeanluct closed 9 years ago

jeanluct commented 9 years ago

As of 946ad03 the loop arrays aren't allowed which was implemented by overloading horzcat/vertcat/cat.

We should, however, probably allow like-punctured loops to be vertcat, by stacking their coords vectors accordingly and producing a singleton loop with matrix of Dynnikov coordinates.

jeanluct commented 9 years ago

From Marko Budisic on 2014-10-22 20:45:50+00:00

vertcat of loops now allowed. Fixes issue #77

→ <<cset 020bf9b414e2>>

jeanluct commented 9 years ago

From Marko Budisic on 2014-10-23 17:08:57+00:00

vertcat needs to check that internal basepoint state matches on all concatenated loops.

jeanluct commented 9 years ago

From Marko Budisic on 2014-10-27 20:29:40+00:00

loop/vertcat: Check for type and matching basepoints in input arguments. Fixes issue #77

→ <>