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>
Public Types | |
| typedef concepts::Point< F, dim > | Type |
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
GeneralPoint<F,dim>::Type p;
Definition at line 258 of file vectorsMatrices.hh.
| typedef concepts::Point<F,dim> concepts::GeneralPoint< F, dim >::Type |
Definition at line 259 of file vectorsMatrices.hh.