Constructor SymbolicTensorDim
SymbolicTensorDim(int)
Initializes and returns an instance of SymbolicTensorDim of fixed type, with an integer value.
Declaration
public SymbolicTensorDim(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | The size of the dim. |
SymbolicTensorDim(char)
Initializes and returns an instance of SymbolicTensorDim of dynamic type, with a character value. The character value maps to a string in the Model class.
Declaration
public SymbolicTensorDim(char param)
Parameters
| Type | Name | Description |
|---|---|---|
| char | param | The character name of the dynamic parameter. |