#include "Core/Vector/VectorSet.h"
#include "Core/Matrix/Mat.h"
#include "Util/ProgressPrinter.h"
#include "Link/Mpi/MpiFuncs.h"
Include dependency graph for Apply.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::Vector |
Functions | |
Matrix::Mat * | Impala::Core::Vector::Apply (double(*fn)(const VectorTem< double > &, const VectorTem< double > &), const VectorSet< Array::Array2dScalarReal64 > *horizontal, const VectorSet< Array::Array2dScalarReal64 > *vertical) |
apply a function to two vector sets, resulting in a matrix | |
void | Impala::Core::Vector::Kernelise (VectorTem< double > *dst, VectorTem< double > src, const VectorSet< Array::Array2dScalarReal64 > *set, double(*fn)(const VectorTem< double > &, const VectorTem< double > &)) |