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>

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich