ndd_create_identity_transf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf *ndd_create_identity_transf(uint4 n); sint4 *p, sint4 *q);
This function creates a linear transformation corresponding to the operation
x := x.
The dimension of the vector x is n.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |