relu of a matrix
matrix
Matrix relu(Matrix matrix) { return matrix.performFunction((x) => max(0.0, x)); }