![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
Implementation of grid assignment routines. More...
#include <utility>#include "CDPL/Math/Check.hpp"#include "CDPL/Math/CommonType.hpp"#include "CDPL/Base/Exceptions.hpp"Go to the source code of this file.
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Math | |
| Contains classes and functions related to mathematics. | |
Functions | |
| template<template< typename T1, typename T2 > class F, typename G , typename E > | |
| void | CDPL::Math::gridAssignGrid (G &g, const GridExpression< E > &e) |
| template<template< typename T1, typename T2 > class F, typename G , typename T > | |
| void | CDPL::Math::gridAssignScalar (G &g, const T &t) |
| template<typename G , typename E > | |
| void | CDPL::Math::gridSwap (G &g, GridExpression< E > &e) |
Implementation of grid assignment routines.