コード例 #1
0
 public float Prod(Tensor x)
 {
     return(TOps.ProdF(In(x)));
 }