Click or drag to resize

MatrixTPointwiseUnary Method

Overload List
 NameDescription
Protected methodPointwiseUnary(ActionMatrixT) Helper function to apply a unary function to a matrix. The function f modifies the matrix given to it in place. Before its called, a copy of the 'this' matrix is first created, then passed to f. The copy is then returned as the result
Protected methodPointwiseUnary(ActionMatrixT, MatrixT) Helper function to apply a unary function which modifies a matrix in place.
Top
See Also