26#ifndef CASA_MARRAYUTIL_H
27#define CASA_MARRAYUTIL_H
31#include <casacore/casa/aips.h>
32#include <casacore/casa/Arrays/ArrayUtil.h>
78 return (
array.isNull() ?
120 return (
array.isNull() ?
this file contains all the compiler specific defines
TYPE * array
the allocated array
bool Bool
Define the standard types used by Casacore.
MArray< T > reorderArray(const MArray< T > &array, const IPosition &newAxisOrder, Bool alwaysCopy=True)
Reverse the order of one or more axes of an MArray.
MArray< T > reverseArray(const MArray< T > &array, const IPosition &reversedAxes, Bool alwaysCopy=True)