Example #1
0
 public I4DTensor Get4DTensor()
 {
     return(_matrix.ConvertTo4DTensor(Rows, Columns, Depth));
 }