--- Matrix.[](rows)
    creates a matrix where `rows' indicates rows.
    The parameter `rows' is an array of arrays,
    e.g, Matrix[[11, 12], [21, 22]]

    rowsǤȤ롣
    rowsϥͥȤ(=)Ǥ롣
     Matrix[[11, 12], [21, 22]]

