MatrixTPointwise |
Name | Description | |
---|---|---|
PointwiseUnary(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 | |
PointwiseUnary(ActionMatrixT, MatrixT) | Helper function to apply a unary function which modifies a matrix in place. |