MyraMath
Classes
copy.h File Reference

BLAS1 vector copy. More...

#include <myramath/utility/Number.h>
Include dependency graph for copy.h:

Go to the source code of this file.

Classes

class  myra::CVectorRange< Number >
 Represents a const VectorRange. More...
 
class  myra::VectorRange< Number >
 Represents a mutable VectorRange. More...
 

Functions

void myra::copy (const CVectorRange< NumberS > &x, const VectorRange< NumberS > &y)
 Assigns y = x.
 
void myra::copy (const CVectorRange< NumberD > &x, const VectorRange< NumberD > &y)
 Assigns y = x.
 
void myra::copy (const CVectorRange< NumberC > &x, const VectorRange< NumberC > &y)
 Assigns y = x.
 
void myra::copy (const CVectorRange< NumberZ > &x, const VectorRange< NumberZ > &y)
 Assigns y = x.
 

Detailed Description

BLAS1 vector copy.