#include "Core/Array/Element/ArithTypes.h"
#include "Core/Matrix/MatCopy.h"
#include "Core/Matrix/MatInverse.h"
#include "Core/Matrix/MatMulVec.h"
#include "Core/Array/Element/E2Inf.h"
#include "Core/Array/Element/E2Sup.h"
#include "Core/Geometry/GeoIntType.h"
#include "Core/Array/Pattern/FuncGeometricOp.h"
Include dependency graph for PatGeometricOp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Pattern |
Functions | |
template<class DstArrayT, class SrcArrayT> | |
void | Impala::Core::Array::Pattern::PatGeometricOp (DstArrayT *&dst, SrcArrayT *src, Matrix::Mat *func, bool isForward, Geometry::GeoIntType gi, bool adjustSize, typename DstArrayT::ArithType background) |