ndd_create_equ_transf, ndd_create_inequ_transf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf *ndd_create_equ_transf(uint4 n, sint4 *p, sint4 q);
linear_transf *ndd_create_inequ_transf(uint4 n, sint4 *p, sint4 q);
These functions create linear transformations corresponding respectively to the conditions
and
p[0]x0 + p[1]x1 + ... + p[n-1]xn-1 = q
p[0]x0 + p[1]x1 + ... + p[n-1]xn-1 <= q.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |