Represents a dimension (i.e., variable by index) in an expression tree.  
 More...
#include <apxx_texpr0.hh>
|  | 
|  | dim (ap_dim_t d) | 
|  | Standard constructor. 
 | 
|  | 
|  | dim (const environment &e, const var &v) | 
|  | Extract dimension corresponding to variable name in given environment. 
 | 
|  | 
|  | 
| ap_dim_t | d | 
|  | Dimension index. 
 | 
|  | 
Represents a dimension (i.e., variable by index) in an expression tree. 
◆ dim() [1/2]
◆ dim() [2/2]
Extract dimension corresponding to variable name in given environment. 
- Exceptions
- 
  
    | std::invalid_argument | if the variable does not exist. |  
 
 
 
The documentation for this class was generated from the following files: