Easy conversion between vectors and matrices templated over different types. More...
Go to the source code of this file.
Functions | |
| template<class S , class T > | |
| void | vnl_copy (S const *src, T *dst, unsigned n) |
| Easy conversion between vectors and matrices templated over different types. | |
| template<class S , class T > | |
| void | vnl_copy (S const &, T &) |
| Easy conversion between vectors and matrices templated over different types. | |
Easy conversion between vectors and matrices templated over different types.
Modifications
LSB (Manchester) 26/3/01 Tidied documentation
Definition in file vnl_copy.h.
| void vnl_copy | ( | S const * | src, |
| T * | dst, | ||
| unsigned | n | ||
| ) |
Easy conversion between vectors and matrices templated over different types.
Definition at line 19 of file vnl_copy.cxx.
| void vnl_copy | ( | S const & | , |
| T & | |||
| ) |
Easy conversion between vectors and matrices templated over different types.
Definition at line 26 of file vnl_copy.cxx.
1.7.5.1