|
concepts::Real | std::arg (const concepts::Point< concepts::Real, 2 > &p) |
| Returns the phase angle of a real 2D vector. More...
|
|
template<class F , uint dim> |
const concepts::Point< F, dim > | std::conj (const concepts::Point< F, dim > &v) |
| Returns the conjugate complex of a vector. More...
|
|
template<typename F , typename G > |
void | concepts::memorycpy (F *dest, const G *src, size_t n) |
| Copies n entries from src to dest (faster than std::memcpy ) More...
|
|
template<class F , uint dim> |
const concepts::Real | std::norm (const concepts::Point< F, dim > &v) |
| Returns the norm of a vector. More...
|
|
template<class F , uint dim> |
Point< typename Combtype< F, Cmplx >::type, dim > | concepts::operator* (const Cmplx x, const Point< F, dim > &y) |
|
template<uint dim> |
Cmplx | concepts::operator* (const Point< Cmplx, dim > &a, const Point< Real, dim > &b) |
|
template<uint dim> |
Cmplx | concepts::operator* (const Point< Real, dim > &a, const Point< Cmplx, dim > &b) |
|
template<class F , uint dim> |
Point< typename Combtype< F, Real >::type, dim > | concepts::operator* (const Real x, const Point< F, dim > &y) |
|
template<class F , uint DimY, uint DimX> |
std::ostream & | concepts::operator<< (std::ostream &os, const Mapping< F, DimY, DimX > &m) |
|
template<class F , uint dim> |
std::ostream & | concepts::operator<< (std::ostream &os, const Point< F, dim > &p) |
|
template<class F , uint dim> |
bool | concepts::operator== (const Point< F, dim > &x, const Point< F, dim > &y) |
|