concepts::GeneralPoint< F, CoordDim > Struct Template Reference

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

#include <vectorsMatrices.hh>

Inheritance diagram for concepts::GeneralPoint< F, CoordDim >:

Detailed Description

template<class F, uint CoordDim>
struct concepts::GeneralPoint< F, CoordDim >

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

Use it like

 
template<int CoordDim>
using GeneralPointT = typename concepts::Coordinate<CoordDim>::type;
Author
Adrien Semin, 2018

Definition at line 682 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