6 #ifndef MYRAMATH_DENSE_COPY_H 7 #define MYRAMATH_DENSE_COPY_H 19 template<
class Number>
class CVectorRange;
20 template<
class Number>
class VectorRange;
23 void copy(
const CVectorRange<NumberS>& x,
const VectorRange<NumberS>& y);
25 void copy(
const CVectorRange<NumberD>& x,
const VectorRange<NumberD>& y);
26 void copy(
const CVectorRange<NumberC>& x,
const VectorRange<NumberC>& y);
27 void copy(
const CVectorRange<NumberZ>& x,
const VectorRange<NumberZ>& y);
Various utility functions/classes related to scalar Number types.