jeanluct / braidlab

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

Empty braid acting on loop #50

Closed jeanluct closed 9 years ago

jeanluct commented 9 years ago

Problem:

#!matlab
>> b=braid([],3);
>> l = loop(3);
>> b^0*l
Index exceeds matrix dimensions.

Error in braidlab.braid/mtimes (line 331)
        varargout{1} = braidlab.loop(varargout{1});
jeanluct commented 9 years ago

From Jean-Luc Thiffeault on 2014-02-27 13:50:19+00:00

Resolve issue #50: action of empty braid on loop. Also added unit test.

→ <<cset 909833d4f644>>