ESYS13
Revision_
|
#include "system_dep.h"
#include "DataConstant.h"
#include "DataTagged.h"
#include "DataExpanded.h"
#include "DataTypes.h"
Go to the source code of this file.
Namespaces | |
namespace | escript |
Functions | |
template<class UnaryFunction > | |
void | escript::unaryOp (DataExpanded &data, UnaryFunction operation) |
Perform the given unary operation on each data point of the given Data object. Called by Data::unaryOp. Calls DataArrayView::unaryOp. For DataExpanded objects, operation is done in parallel. | |
template<class UnaryFunction > | |
void | escript::unaryOp (DataTagged &data, UnaryFunction operation) |
template<class UnaryFunction > | |
void | escript::unaryOp (DataConstant &data, UnaryFunction operation) |