コード例 #1
0
 public static Vector <T> op_DotHat(Vector <T> vector, T exponent)
 {
     return(vector.PointwisePower(exponent));
 }