Click or drag to resize

VectorTPointwiseUnary Method

Overload List
 NameDescription
Protected methodPointwiseUnary(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
Protected methodPointwiseUnary(ActionVectorT, VectorT) Helper function to apply a unary function which modifies a vector in place.
Top
See Also