Beispiel #1
0
 public IVector Log()
 {
     Debug.Assert(IsValid);
     return(new GpuVector(_cuda, _size, _cuda.Log(_data, _size)));
 }
Beispiel #2
0
 public IVector Log()
 {
     Debug.Assert(IsValid);
     return(new GpuVector(_cuda, _cuda.Log(_data, Count), true));
 }