Exemplo n.º 1
0
 internal ndarray Conjugate(ndarray ret = null)
 {
     return(NpyCoreApi.Conjugate(this, ret));
 }