Logo

Programming-Idioms

History of Idiom 26 > diff from v14 to v15

Edit summary for version 15 by :

Version 14

2015-10-29, 14:05:13

Version 15

2015-11-30, 12:37:27

Idiom #26 Create a 2-dimensional array

Declare and initialize a matrix x having m rows and n columns, containing real numbers.

Idiom #26 Create a 2-dimensional array

Declare and initialize a matrix x having m rows and n columns, containing real numbers.