Exemple #1
0
 public NDArray power(NDArray nd, ValueType exponent)
 {
     return(nd.power(exponent));
 }