view test/bug-59704/bug-59704.tst @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 9080316864bf
children
line wrap: on
line source

%!test <*59704>
%! o = bug59704_1 ();
%! o.test ();
%! assert (o.p, [])

%!test <*59704>
%! o = bug59704_2 ();
%! [~, o(1)] = size (rand (2, 5));
%! assert (o(1), 5)