Up | Next | Prev | PrevTail | Tail |
Apart from the line identification identifier in the g operator, all other arguments of the operators in this section are vectors. Variables used as such must be declared so by the type declaration vector, for example:
vector p1,p2;
declares p1 and p2 to be vectors. Variables declared as indices or given a mass are automatically declared vector by these declarations.
Up | Next | Prev | PrevTail | Front |