next up previous contents index
Next: Function: copy Up: The Array API Previous: Function: isColumnOrder   Contents   Index


Function: isRowOrder


/* C */
sidl_bool
sidl_double__array_isRowOrder(const struct sidl_double__array *array);

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

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

! FORTRAN 90
logical function isRowOrder(array)
  type(sidl_double_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.99.0
users_guide Last Modified 2006-06-27

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