ndd_image_by_star_info[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd *ndd_image_by_star_info(ndd *nd, linear_star_info *si);
This function computes the image of the set represented by the NDD *nd by the closure of the linear transformation tr described by the information structure *si (i.e., the image of that set by an unbounded number of iterations of tr).
This function does not modify *nd or *si.
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 ] |