linear_tr_info


[ Synopsis | Description | See also | Back to the NDD package documentation ]

Synopsis

#include "lash-ndd.h"

linear_tr_info

Description

This datatype holds an internal representation of a linear transformation. After having been created (by a call to the function ndd_create_transf_info), this internal representation can be used for applying efficiently its related transformation to sets of integer vectors represented by NDDs. An instance of linear_tr_info can be freed by calling the function ndd_transf_info_free.

See also

linear_transf, ndd_create_transf_info, ndd_transf_info_free.

[ Synopsis | Description | See also | Back to the NDD package documentation ]