typedef struct eVariables eVariables_t

Set of variables.

Documentation

This type stores information about all variables: their symbolic names, values and their number.

Direct access to fields of this struct may be necessary in order to use them with various functions operating on a vector of values (like BLAS levels 1 and 2).

Fields:
v - pointer to array of values (eValues_t *)
name - pointer to array of names (char **)
n - number of variables (eVarId_t)

Alphabetic index


libsexpr - a simple library for parsing arithmetic expressions
© 2003 by Marcin Simonides