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