Closed jeanluct closed 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});
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>>
Problem: