prolog::matrix_new_set/5

matrix_new_set(? Dims,+ OldMatrix,+ Value,- NewMatrix)*

Create a new matrix NewMatrix of type Type, with dimensions Dims and base Base. The elements of NewMatrix are set to Value.

Private-func:

1. prolog::matrix_new_set_5::matrix_new_set/5(int ARG1, int ARG2, int ARG3, int ARG4, int ARG5)():