Example #1
0
 public Tensor Exp(Tensor T)
 {
     Eigen.Exp(T.Ptr);
     return(T);
 }
Example #2
0
 public void Exp()
 {
     Eigen.Exp(Ptr);
 }