Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::GeneralMapping< F, dim > Struct Template Reference

#include <vectorsMatrices.hh>

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 642 of file vectorsMatrices.hh.

Member Typedef Documentation

◆ Type

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

Definition at line 643 of file vectorsMatrices.hh.


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