Go to the first, previous, next, last section, table of contents.


matrix_clone

matrix_clone(M)
: It generates the clone of the matrix M.

Example:

 matrix_clone(matrix_list_to_matrix([[1,1],[0,1]]));


Go to the first, previous, next, last section, table of contents.