ndd_image_by_star_transf[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd *ndd_image_by_star_transf(ndd *nd, linear_transf *tr);
This function computes the image of the set represented by the NDD *nd by the closure of the linear transformation *tr (i.e., the image of that set by an unbounded number of iterations of *tr).
This function does not modify *nd or *tr.
In the case of success, this function returns a pointer to a newly created NDD. In the case of an error, it returns a NULL pointer and sets lash_errno.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |