Logo

Programming-Idioms

History of Idiom 26 > diff from v2 to v3

Edit summary for version 3 by :

Version 2

2015-04-02, 10:51:14

Version 3

2015-05-06, 21:04:49

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.