Vector copy functions for internal use. More...
#include <itpp/config.h>
#include <itpp/base/binary.h>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
\ | |
Functions | |
void | itpp::copy_vector (const int n, const int *x, int *y) |
void | itpp::copy_vector (const int n, const short *x, short *y) |
void | itpp::copy_vector (const int n, const bin *x, bin *y) |
void | itpp::copy_vector (const int n, const float *x, float *y) |
void | itpp::copy_vector (const int n, const std::complex< float > *x, std::complex< float > *y) |
void | itpp::copy_vector (const int n, const double *x, double *y) |
void | itpp::copy_vector (const int n, const std::complex< double > *x, std::complex< double > *y) |
template<class T > | |
void | itpp::copy_vector (const int n, const T *x, T *y) |
template<class T > | |
void | itpp::copy_vector (const int n, const T *x, const int incx, T *y, const int incy) |
void | itpp::swap_vector (const int n, int *x, int *y) |
void | itpp::swap_vector (const int n, short *x, short *y) |
void | itpp::swap_vector (const int n, bin *x, bin *y) |
void | itpp::swap_vector (const int n, float *x, float *y) |
void | itpp::swap_vector (const int n, std::complex< float > *x, std::complex< float > *y) |
void | itpp::swap_vector (const int n, double *x, double *y) |
void | itpp::swap_vector (const int n, std::complex< double > *x, std::complex< double > *y) |
template<class T > | |
void | itpp::swap_vector (const int n, T *x, T *y) |
void | itpp::swap_vector (const int n, int *x, const int incx, int *y, const int incy) |
void | itpp::swap_vector (const int n, short *x, const int incx, short *y, const int incy) |
void | itpp::swap_vector (const int n, bin *x, const int incx, bin *y, const int incy) |
void | itpp::swap_vector (const int n, float *x, const int incx, float *y, const int incy) |
void | itpp::swap_vector (const int n, std::complex< float > *x, const int incx, std::complex< float > *y, const int incy) |
void | itpp::swap_vector (const int n, double *x, const int incx, double *y, const int incy) |
void | itpp::swap_vector (const int n, std::complex< double > *x, const int incx, std::complex< double > *y, const int incy) |
template<class T > | |
void | itpp::swap_vector (const int n, T *x, const int incx, T *y, const int incy) |
template<typename T > | |
void | itpp::scal_vector (int n, T alpha, T *x) |
template<typename T > | |
void | itpp::scal_vector (int n, T alpha, T *x, int incx) |
template<typename T > | |
void | itpp::axpy_vector (int n, T alpha, const T *x, T *y) |
template<typename T > | |
void | itpp::axpy_vector (int n, T alpha, const T *x, int incx, T *y, int incy) |
Vector copy functions for internal use.
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-------------------------------------------------------------------------
Definition in file copy_vector.h.
Generated on Wed Mar 2 2011 22:05:23 for IT++ by Doxygen 1.7.3