#include <itpp/base/vec.h>
#include <itpp/base/cblas.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Functions | |
template<> | |
double | itpp::dot (const vec &v1, const vec &v2) |
template<> | |
std::complex< double > | itpp::dot (const cvec &v1, const cvec &v2) |
template const vec | itpp::operator+ (const vec &v1, const vec &v2) |
Template instantiation of operator+. | |
template const cvec | itpp::operator+ (const cvec &v1, const cvec &v2) |
Template instantiation of operator+. | |
template const ivec | itpp::operator+ (const ivec &v1, const ivec &v2) |
Template instantiation of operator+. | |
template const svec | itpp::operator+ (const svec &v1, const svec &v2) |
Template instantiation of operator+. | |
template const bvec | itpp::operator+ (const bvec &v1, const bvec &v2) |
Template instantiation of operator+. | |
template const vec | itpp::operator+ (const vec &v1, const double t) |
Template instantiation of operator+. | |
template const cvec | itpp::operator+ (const cvec &v1, std::complex< double > t) |
Template instantiation of operator+. | |
template const ivec | itpp::operator+ (const ivec &v1, const int t) |
Template instantiation of operator+. | |
template const svec | itpp::operator+ (const svec &v1, const short t) |
Template instantiation of operator+. | |
template const bvec | itpp::operator+ (const bvec &v1, const bin t) |
Template instantiation of operator+. | |
template const vec | itpp::operator+ (const double t, const vec &v1) |
Template instantiation of operator+. | |
template const cvec | itpp::operator+ (std::complex< double > t, const cvec &v1) |
Template instantiation of operator+. | |
template const ivec | itpp::operator+ (const int t, const ivec &v1) |
Template instantiation of operator+. | |
template const svec | itpp::operator+ (const short t, const svec &v1) |
Template instantiation of operator+. | |
template const bvec | itpp::operator+ (const bin t, const bvec &v1) |
Template instantiation of operator+. | |
template const vec | itpp::operator- (const vec &v1, const vec &v2) |
Template instantiation of operator-. | |
template const cvec | itpp::operator- (const cvec &v1, const cvec &v2) |
Template instantiation of operator-. | |
template const ivec | itpp::operator- (const ivec &v1, const ivec &v2) |
Template instantiation of operator-. | |
template const svec | itpp::operator- (const svec &v1, const svec &v2) |
Template instantiation of operator-. | |
template const bvec | itpp::operator- (const bvec &v1, const bvec &v2) |
Template instantiation of operator-. | |
template const vec | itpp::operator- (const vec &v, const double t) |
Template instantiation of operator-. | |
template const cvec | itpp::operator- (const cvec &v, std::complex< double > t) |
Template instantiation of operator-. | |
template const ivec | itpp::operator- (const ivec &v, const int t) |
Template instantiation of operator-. | |
template const svec | itpp::operator- (const svec &v, const short t) |
Template instantiation of operator-. | |
template const bvec | itpp::operator- (const bvec &v, const bin t) |
Template instantiation of operator-. | |
template const vec | itpp::operator- (const double t, const vec &v) |
Template instantiation of operator-. | |
template const cvec | itpp::operator- (std::complex< double > t, const cvec &v) |
Template instantiation of operator-. | |
template const ivec | itpp::operator- (const int t, const ivec &v) |
Template instantiation of operator-. | |
template const svec | itpp::operator- (const short t, const svec &v) |
Template instantiation of operator-. | |
template const bvec | itpp::operator- (const bin t, const bvec &v) |
Template instantiation of operator-. | |
template const vec | itpp::operator- (const vec &v) |
Template instantiation of operator-. | |
template const cvec | itpp::operator- (const cvec &v) |
Template instantiation of operator-. | |
template const ivec | itpp::operator- (const ivec &v) |
Template instantiation of operator-. | |
template const svec | itpp::operator- (const svec &v) |
Template instantiation of operator-. | |
template const bvec | itpp::operator- (const bvec &v) |
Template instantiation of operator-. | |
template int | itpp::dot (const ivec &v1, const ivec &v2) |
Template instantiation of dot. | |
template short | itpp::dot (const svec &v1, const svec &v2) |
Template instantiation of dot. | |
template bin | itpp::dot (const bvec &v1, const bvec &v2) |
Template instantiation of dot. | |
template int | itpp::operator * (const ivec &v1, const ivec &v2) |
Template instantiation of operator*. | |
template short | itpp::operator * (const svec &v1, const svec &v2) |
Template instantiation of operator*. | |
template bin | itpp::operator * (const bvec &v1, const bvec &v2) |
Template instantiation of operator*. | |
template const mat | itpp::outer_product (const vec &v1, const vec &v2) |
Template instantiation of outer_product. | |
template const cmat | itpp::outer_product (const cvec &v1, const cvec &v2) |
Template instantiation of outer_product. | |
template const imat | itpp::outer_product (const ivec &v1, const ivec &v2) |
Template instantiation of outer_product. | |
template const smat | itpp::outer_product (const svec &v1, const svec &v2) |
Template instantiation of outer_product. | |
template const bmat | itpp::outer_product (const bvec &v1, const bvec &v2) |
Template instantiation of outer_product. | |
template const vec | itpp::operator * (const vec &v, const double t) |
Template instantiation of operator*. | |
template const cvec | itpp::operator * (const cvec &v, std::complex< double > t) |
Template instantiation of operator*. | |
template const ivec | itpp::operator * (const ivec &v, const int t) |
Template instantiation of operator*. | |
template const svec | itpp::operator * (const svec &v, const short t) |
Template instantiation of operator*. | |
template const bvec | itpp::operator * (const bvec &v, const bin t) |
Template instantiation of operator*. | |
template const vec | itpp::operator * (const double t, const vec &v) |
Template instantiation of operator*. | |
template const cvec | itpp::operator * (std::complex< double > t, const cvec &v) |
Template instantiation of operator*. | |
template const ivec | itpp::operator * (const int t, const ivec &v) |
Template instantiation of operator*. | |
template const svec | itpp::operator * (const short t, const svec &v) |
Template instantiation of operator*. | |
template const bvec | itpp::operator * (const bin t, const bvec &v) |
Template instantiation of operator*. | |
template const vec | itpp::elem_mult (const vec &v1, const vec &v2) |
Template instantiation of elem_mult. | |
template const cvec | itpp::elem_mult (const cvec &v1, const cvec &v2) |
Template instantiation of elem_mult. | |
template const ivec | itpp::elem_mult (const ivec &v1, const ivec &v2) |
Template instantiation of elem_mult. | |
template const svec | itpp::elem_mult (const svec &v1, const svec &v2) |
Template instantiation of elem_mult. | |
template const bvec | itpp::elem_mult (const bvec &v1, const bvec &v2) |
Template instantiation of elem_mult. | |
template const vec | itpp::elem_mult (const vec &v1, const vec &v2, const vec &v3) |
Template instantiation of elem_mult. | |
template const cvec | itpp::elem_mult (const cvec &v1, const cvec &v2, const cvec &v3) |
Template instantiation of elem_mult. | |
template const ivec | itpp::elem_mult (const ivec &v1, const ivec &v2, const ivec &v3) |
Template instantiation of elem_mult. | |
template const svec | itpp::elem_mult (const svec &v1, const svec &v2, const svec &v3) |
Template instantiation of elem_mult. | |
template const bvec | itpp::elem_mult (const bvec &v1, const bvec &v2, const bvec &v3) |
Template instantiation of elem_mult. | |
template const vec | itpp::elem_mult (const vec &v1, const vec &v2, const vec &v3, const vec &v4) |
Template instantiation of elem_mult. | |
template const cvec | itpp::elem_mult (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4) |
Template instantiation of elem_mult. | |
template const ivec | itpp::elem_mult (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4) |
Template instantiation of elem_mult. | |
template const svec | itpp::elem_mult (const svec &v1, const svec &v2, const svec &v3, const svec &v4) |
Template instantiation of elem_mult. | |
template const bvec | itpp::elem_mult (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4) |
Template instantiation of elem_mult. | |
template const vec | itpp::operator/ (const vec &v, const double t) |
Template instantiation of operator/. | |
template const cvec | itpp::operator/ (const cvec &v, std::complex< double > t) |
Template instantiation of operator/. | |
template const ivec | itpp::operator/ (const ivec &v, const int t) |
Template instantiation of operator/. | |
template const svec | itpp::operator/ (const svec &v, const short t) |
Template instantiation of operator/. | |
template const bvec | itpp::operator/ (const bvec &v, const bin t) |
Template instantiation of operator/. | |
template const vec | itpp::operator/ (const double t, const vec &v) |
Template instantiation of operator/. | |
template const cvec | itpp::operator/ (const std::complex< double > t, const cvec &v) |
Template instantiation of operator/. | |
template const ivec | itpp::operator/ (const int t, const ivec &v) |
Template instantiation of operator/. | |
template const svec | itpp::operator/ (const short t, const svec &v) |
Template instantiation of operator/. | |
template const bvec | itpp::operator/ (const bin t, const bvec &v) |
Template instantiation of operator/. | |
template const vec | itpp::elem_div (const vec &v1, const vec &v2) |
Template instantiation of elem_div. | |
template const cvec | itpp::elem_div (const cvec &v1, const cvec &v2) |
Template instantiation of elem_div. | |
template const ivec | itpp::elem_div (const ivec &v1, const ivec &v2) |
Template instantiation of elem_div. | |
template const svec | itpp::elem_div (const svec &v1, const svec &v2) |
Template instantiation of elem_div. | |
template const bvec | itpp::elem_div (const bvec &v1, const bvec &v2) |
Template instantiation of elem_div. | |
template const vec | itpp::elem_div (const double t, const vec &v) |
Template instantiation of elem_div. | |
template const cvec | itpp::elem_div (const std::complex< double > t, const cvec &v) |
Template instantiation of elem_div. | |
template const ivec | itpp::elem_div (const int t, const ivec &v) |
Template instantiation of elem_div. | |
template const svec | itpp::elem_div (const short t, const svec &v) |
Template instantiation of elem_div. | |
template const bvec | itpp::elem_div (const bin t, const bvec &v) |
Template instantiation of elem_div. | |
template const vec | itpp::concat (const vec &v, const double a) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const cvec &v, const std::complex< double > a) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const ivec &v, const int a) |
Template instantiation of concat. | |
template const svec | itpp::concat (const svec &v, const short a) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bvec &v, const bin a) |
Template instantiation of concat. | |
template const vec | itpp::concat (const double a, const vec &v) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const std::complex< double > a, const cvec &v) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const int a, const ivec &v) |
Template instantiation of concat. | |
template const svec | itpp::concat (const short a, const svec &v) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bin a, const bvec &v) |
Template instantiation of concat. | |
template const vec | itpp::concat (const vec &v1, const vec &v2) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const cvec &v1, const cvec &v2) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const ivec &v1, const ivec &v2) |
Template instantiation of concat. | |
template const svec | itpp::concat (const svec &v1, const svec &v2) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bvec &v1, const bvec &v2) |
Template instantiation of concat. | |
template const vec | itpp::concat (const vec &v1, const vec &v2, const vec &v3) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3) |
Template instantiation of concat. | |
template const svec | itpp::concat (const svec &v1, const svec &v2, const svec &v3) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3) |
Template instantiation of concat. | |
template const vec | itpp::concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4) |
Template instantiation of concat. | |
template const svec | itpp::concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4) |
Template instantiation of concat. | |
template const vec | itpp::concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4, const vec &v5) |
Template instantiation of concat. | |
template const cvec | itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4, const cvec &v5) |
Template instantiation of concat. | |
template const ivec | itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4, const ivec &v5) |
Template instantiation of concat. | |
template const svec | itpp::concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4, const svec &v5) |
Template instantiation of concat. | |
template const bvec | itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4, const bvec &v5) |
Template instantiation of concat. | |
template std::ostream & | itpp::operator<< (std::ostream &os, const vec &vect) |
Template instantiation of output stream. | |
template std::ostream & | itpp::operator<< (std::ostream &os, const cvec &vect) |
Template instantiation of output stream. | |
template std::ostream & | itpp::operator<< (std::ostream &os, const svec &vect) |
Template instantiation of output stream. | |
template std::ostream & | itpp::operator<< (std::ostream &os, const ivec &vect) |
Template instantiation of output stream. | |
template std::ostream & | itpp::operator<< (std::ostream &os, const bvec &vect) |
Template instantiation of output stream. | |
template std::istream & | itpp::operator>> (std::istream &is, vec &vect) |
Template instantiation of input stream. | |
template std::istream & | itpp::operator>> (std::istream &is, cvec &vect) |
Template instantiation of input stream. | |
template std::istream & | itpp::operator>> (std::istream &is, svec &vect) |
Template instantiation of input stream. | |
template std::istream & | itpp::operator>> (std::istream &is, ivec &vect) |
Template instantiation of input stream. | |
template std::istream & | itpp::operator>> (std::istream &is, bvec &vect) |
Template instantiation of input stream. |
-------------------------------------------------------------------------
IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions
Copyright (C) 1995-2005 (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 vec.cpp.
Generated on Thu Apr 19 14:19:57 2007 for IT++ by Doxygen 1.4.6