ndd_create_transf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf *ndd_create_transf(uint4 n, uint4 m, sint4 *a, sint4 *b, sint4 *p, sint4 *q);
This function creates a linear transformation corresponding to the operation
px <= q -> x := ax + b.
The matrices p and a are respectively of sizes m x n and n x n; they are given as sequences of coefficients organized line by line. The vectors q and b are respectively of sizes m and n.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |