
sbds_get_matrix(?Var, -Matrix)

   get the matrix (array) of SBDS attributed variables

Arguments
   Var                 SBDS variable
   Matrix              The matrix that Var appears in

Type
   library(fd_sbds)

Description
	Unifies Matrix with the matrix (array) provided to a call to
	sbds_initialise/4 or sbds_initialise/5 which contains Var.

Fail Conditions
   Var is not an SBDS variable.


