Function: isRowOrder


/* C */
sidl_bool
sidl_int__array_isRowOrder(const struct sidl_int__array *array);

// C++
bool
sidl::array<int32_t>::isRowOrder() const;

C FORTRAN 77
       subroutine sidl_int__array_isRowOrder_f(array, result)
       integer*8 array
       logical   result

! FORTRAN 90
logical function isRowOrder(array)
  type(sidl_int_1d), intent(int) :: array ! type depends on dimension

// Java 
  public native boolean _isRowOrder();

This method returns a true value if and only if array is dense, row-major ordered array. It does not modify the array at all.





babel-0.9.6
users_guide Last Modified 2004-09-08

http://www.llnl.gov/CASC/components
components@llnl.gov