#include "Core/Array/Pattern/ArrayFunc.h"
#include "Core/Array/Pattern/PtrFunc.h"
#include "Core/Matrix/MatMulVec.h"
#include "Core/Array/Element/E1Cast.h"
Include dependency graph for FuncGeometricOp.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::FuncGeometricOp (DstArrayT *dst, SrcArrayT *src, Matrix::Mat *func, Geometry::GeoIntType gi, Element::Vec3Real64 translate, typename DstArrayT::ArithType background) |