|
4.21.2 vector expressions
A vector expression is:
-
an identifier of type vector
-
a function returning vector
-
a polynomial expression (via the canonical embedding
p ==> p*gen(1) )
-
vector expressions combined by the arithmetic operations
+ or
-
-
a polynomial expression and a vector expression combined by the arithmetic
operation
*
-
a type cast to vector using the brackets
[ , ]
Example:
See
Type conversion and casting;
ring.
|