-
operator+ - Addition.
-
operator- - Subtraction.
-
operator* - Elementwise multiplication.
-
operator/ - Elementwise division.
-
operator+ - (Left) addition with a scalar.
-
operator+ - (Right) addition with a scalar.
-
operator- - Subtraction from a scalar.
-
operator* - (Left) multiplication of a vector by the scalar "f".
-
operator* - (Right) multiplication of a vector by the scalar "f".
-
operator/ - Elementwise division.
-
ScalProd - Scalar product.
-
sin - Apply function "sin" to each element.
-
cos - Apply function "cos" to each element.
-
tan - Apply function "tan" to each element.
-
asin - Apply function "asin" to each element.
-
acos - Apply function "acos" to each element.
-
atan - Apply function "atan" to each element.
-
exp - Apply function "exp" to each element.
-
log - Apply function "log" to each element.
-
sqrt - Apply function "sqrt" to each element.
-
abs - Apply function "abs" to each element.
-
pow - Apply function "pow" to each element.
-
pow - Apply function "pow" to each element.
-
space - Uniform grid generation.
-
range - Uniform grid generation with integer increment.
-
max - Return the maximum value of v.
-
max - Take the maxium of two vectors.
-
max - Take the maximum of a vector and a scalar.
-
max - Take the maximum of a vector and a scalar.
-
min - Return the minimum element of v.
-
min - Take the minimum of two vectors.
-
min - Take the minimum of a vector and a scalar.
-
min - Take the minimum of a vector and a scalar.
-
sum - Sum all elements.
-
cat - Vector concatenation.
-
operator<< - Print out.
These are global functions operating on or generating vectors.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.