public static Matrix <T> op_DotHat(Matrix <T> matrix, T exponent) { return(matrix.PointwisePower(exponent)); }