prolog::matrix_get/3

matrix_get(+ Matrix,+ Position,- Elem)*

Unify Elem with the element of Matrix at position Position, or with a list of elements i if Pod is a range.

Private-func:

1. prolog::matrix_get_3::matrix_get/3(int ARG1, int ARG2, int ARG3)():