#include <vectorsMatrices.hh>
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;
Definition at line 682 of file vectorsMatrices.hh.