Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
GridAssignment.hpp File Reference

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)
 

Detailed Description

Implementation of grid assignment routines.