26#ifndef CASA_ARRAYOPSDIFFSHAPES_2_H
27#define CASA_ARRAYOPSDIFFSHAPES_2_H
105template<
typename L,
typename R,
typename BinaryOperator>
112#include "ArrayOpsDiffShapes.tcc"
this file contains all the compiler specific defines
bool rightExpandableToLeft(const IPosition &leftShape, const IPosition &rightShape)
Can arrays left and right with respective shapes leftShape and rightShape be used in function(left,...
void binOpExpandInPlace(Array< L > &left, const Array< R > &right, BinaryOperator op)
Apply op elementwise to left and right, replicating elements of right as necessary (see example above...
LogicalArray reformedMask(const Array< T > &data, const T truthvalue, const IPosition &desiredform)
Returns a LogicalArray with elements (at pos) set to (data(pos) == truthvalue).