linear_transf[ Synopsis | Description | See also | Back to the NDD package documentation ] |
#include "lash-ndd.h"
linear_transf
The general form of a linear transformation is
where Px <= q is the guard and x := Ax+ b is the assignment. The matrices P and A, as well as the vectors q and b, can have arbitrary integer coefficients.
Px <= q -> x := Ax + b,
A linear transformation can be created by calling one of the constructor functions provided by the NDD package. It can be unallocated by calling the function ndd_transf_free.
[ Synopsis | Description | See also | Back to the NDD package documentation ] |