Lines Matching refs:vector

52 * Generalized N-dimensinal vector
76 #include <vector>
289 * Set the character(s) used between the name and vector number
369 // in a non vector context, you will get a nice compiler error!
384 std::vector<std::string> &subn = info->subnames;
392 // them in a non vector context, you will get a nice compiler
407 std::vector<std::string> &subd = info->subdescs;
451 * vector, you're subnaming across all y
670 * @param index The vector index to access.
682 * @param index The vector index to access.
1025 * Implementation of a vector of stats. The type of stat is determined by the
1048 * @param index The vector index to access.
1055 * @param index The vector index to access.
1086 * Copy the values to a local vector and return a reference to it.
1087 * @return A reference to a vector of the stat values.
1098 * Return a total of all entries in this vector.
1099 * @return The total of all vector entries.
1111 * @return the number of elements in this vector.
1147 * Set this vector to have the given size.
1161 * @param index The vector index to access.
1335 * Return a total of all entries in this vector.
1336 * @return The total of all vector entries.
2112 * Return the result vector of this subtree.
2113 * @return The result vector of this subtree.
2117 * Return the total of the result vector.
2118 * @return The total of the result vector.
2431 assert(ls == rs && "Node vector sizes are not equal");
2549 * A vector of scalar stats.
2563 * A vector of Average stats.
2697 * A vector of distributions.
2711 * @param size The size of the vector (the number of distributions).
2732 * This is a vector of StandardDeviation stats.
2748 * @param size The size of the vector.
2762 * This is a vector of AverageDeviation stats.
2778 * @param size The size of the vector.
3060 * Return the result of the Fomula in a vector. If there were no Vector
3061 * components to the Formula, then the vector is size 1. If there were,
3062 * like x/y with x being a vector of size 3, then the result returned will
3064 * @return The result vector.
3076 * @return The total of the result vector.