view test/octave.test/arith/cumprod-4.m @ 3726:b7d997d593d9

[project @ 2000-10-27 17:51:21 by jwe]
author jwe
date Fri, 27 Oct 2000 17:51:27 +0000
parents b02d27f0ed57
children
line wrap: on
line source

(all (cumprod ([2, 3; 4, 5], 1) == [2, 3; 8, 15])
 && all (cumprod ([2, 3; 4, 5], 2) == [2, 6; 4, 20]))