SymbolAttribute
SymbolAttribute
SymbolAttribute()Specifies the attributes of a symbol.
Members
| Name | Description |
|---|---|
Antisymmetric |
The function is antisymmetric. |
Cyclesymmetric |
The function is cyclesymmetric. |
Integer |
The symbol represents an integer. |
Linear |
The function is linear. |
Positive |
The symbol represents a positive number. |
Real |
The symbol represents a real number. |
Scalar |
The symbol represents a scalar |
Symmetric |
The function is symmetric. |
Antisymmetric
SymbolAttribute.AntisymmetricThe function is antisymmetric.
Cyclesymmetric
SymbolAttribute.CyclesymmetricThe function is cyclesymmetric.
Integer
SymbolAttribute.IntegerThe symbol represents an integer.
Linear
SymbolAttribute.LinearThe function is linear.
Positive
SymbolAttribute.PositiveThe symbol represents a positive number.
Real
SymbolAttribute.RealThe symbol represents a real number.
Scalar
SymbolAttribute.ScalarThe symbol represents a scalar. It will be moved out of linear functions.
Symmetric
SymbolAttribute.SymmetricThe function is symmetric.