Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types
concepts::GeneralMapping< F, dim > Struct Template Reference

Introduction of a mapping type which is Real or Cmplx for dimension 1 and Mapping<Real,dim> or Mapping<Cmplx,dim> for higher dimensions. More...

#include <vectorsMatrices.hh>

List of all members.

Public Types

typedef concepts::Mapping< F, dim > Type

Detailed Description

template<class F, uint dim>
struct concepts::GeneralMapping< F, dim >

Introduction of a mapping type which is Real or Cmplx for dimension 1 and Mapping<Real,dim> or Mapping<Cmplx,dim> for higher dimensions.

Use it like

 GeneralMapping<F,dim>::Type m; 
Author:
Mengyu Wang, 2011

Definition at line 575 of file vectorsMatrices.hh.


Member Typedef Documentation

template<class F, uint dim>
typedef concepts::Mapping<F,dim> concepts::GeneralMapping< F, dim >::Type

Definition at line 576 of file vectorsMatrices.hh.


The documentation for this struct was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)