Method: MDArray#ndim

Defined in:
lib/mdarray.rb

#ndimObject


Get the number of dimensions of the array.



141
142
143
# File 'lib/mdarray.rb', line 141

def get_rank
  @nc_array.getRank()
end