Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
1 <?php 2 3 include __DIR__ . '/../classes/Bootstrap.php'; 4 5 $grid1 = [ 6 [1, 3, 2], 7 [2, 3, 1], 8 ]; 9 10 $grid2 = [ 11 [1, 6], 12 [0, 1], 13 ]; 14 15 $matrix = new Matrix\Matrix($grid1); 16 17 $new = $matrix->directsum(new Matrix\Matrix($grid2)); 18 19 var_dump($new);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body