VectorTPointwise |
| Name | Description | |
|---|---|---|
| PointwiseUnary(ActionVectorT) | Helper function to apply a unary function to a vector. The function f modifies the vector given to it in place. Before its called, a copy of the 'this' vector with the same dimension is first created, then passed to f. The copy is returned as the result | |
| PointwiseUnary(ActionVectorT, VectorT) | Helper function to apply a unary function which modifies a vector in place. |