ndd_transf_compose[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf *ndd_transf_compose(linear_transf *t1, linear_transf *t2);
This function composes the two linear transformations t1 and t2 into a linear transformation f such that f(x) = t2(t1(x)) for every x. The transformations t1 and t2 are not modified.
[ Synopsis | Description | Return values | Diagnostics | See also | Back to the NDD package documentation ] |