Beispiel #1
0
 public Tensor Cos(Tensor x)
 {
     return(Out(C.Cos(In(x))));
 }