ndd_create_assign_transf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf *ndd_create_assign_transf(uint4 n, uint4 p, sint4 *a, sint4 b);
This function creates a linear transformation corresponding to the assignment operation
xp := a[0]x0 + a[1]x1 + ... + a[n-1]xn-1 + b.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |