prolog::matrix_new/2

(undocumented)

  • matrix//11

create a vector from a list

  • matrix

create a matrix from a list. Options are:

  • dim= a list of dimensions

type= integers, floating-point or terms

  • base= a list of base offsets per dimension (all must be the same for arrays of integers and floating-points

matrix//33

create matrix giving two options

Private-func:

1. prolog::matrix_new_2::matrix_new/2(int ARG1, int ARG2)():