ndd_image_by_transf_info[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
ndd *ndd_image_by_transf_info(ndd *nd, linear_tr_info *tr);
This function computes the image of the set represented by the NDD *nd by the linear transformation described by the information structure *tr. It is currently only implemented for NDDs that operate serially. The NDD *nd and the structure *tr are not modified.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |