#include <itpp/base/vec.h>
#include <itpp/base/cblas.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Functions | |
template<> | |
bool | Vec< std::complex< double > >::set (const char *values) |
template<> | |
double | dot (const vec &v1, const vec &v2) |
template<> | |
std::complex< double > | dot (const cvec &v1, const cvec &v2) |
template<> | |
bvec | Vec< std::complex< double > >::operator== (const std::complex< double >) const |
template<> | |
bvec | Vec< std::complex< double > >::operator!= (const std::complex< double >) const |
template<> | |
bvec | Vec< std::complex< double > >::operator<= (const std::complex< double >) const |
template<> | |
bvec | Vec< std::complex< double > >::operator> (const std::complex< double >) const |
template<> | |
bvec | Vec< std::complex< double > >::operator< (const std::complex< double >) const |
template<> | |
bvec | Vec< std::complex< double > >::operator>= (const std::complex< double >) const |
template<> | |
Mat< std::complex< double > > | Vec< std::complex< double > >::hermitian_transpose () const |
template const vec | operator+ (const vec &v1, const vec &v2) |
Template instantiation of operator+. | |
template const cvec | operator+ (const cvec &v1, const cvec &v2) |
Template instantiation of operator+. | |
template const ivec | operator+ (const ivec &v1, const ivec &v2) |
Template instantiation of operator+. | |
template const svec | operator+ (const svec &v1, const svec &v2) |
Template instantiation of operator+. | |
template const bvec | operator+ (const bvec &v1, const bvec &v2) |
Template instantiation of operator+. | |
template const vec | operator+ (const vec &v1, double t) |
Template instantiation of operator+. | |
template const cvec | operator+ (const cvec &v1, std::complex< double > t) |
Template instantiation of operator+. | |
template const ivec | operator+ (const ivec &v1, int t) |
Template instantiation of operator+. | |
template const svec | operator+ (const svec &v1, short t) |
Template instantiation of operator+. | |
template const bvec | operator+ (const bvec &v1, bin t) |
Template instantiation of operator+. | |
template const vec | operator+ (double t, const vec &v1) |
Template instantiation of operator+. | |
template const cvec | operator+ (std::complex< double > t, const cvec &v1) |
Template instantiation of operator+. | |
template const ivec | operator+ (int t, const ivec &v1) |
Template instantiation of operator+. | |
template const svec | operator+ (short t, const svec &v1) |
Template instantiation of operator+. | |
template const bvec | operator+ (bin t, const bvec &v1) |
Template instantiation of operator+. | |
template const vec | operator- (const vec &v1, const vec &v2) |
Template instantiation of operator-. | |
template const cvec | operator- (const cvec &v1, const cvec &v2) |
Template instantiation of operator-. | |
template const ivec | operator- (const ivec &v1, const ivec &v2) |
Template instantiation of operator-. | |
template const svec | operator- (const svec &v1, const svec &v2) |
Template instantiation of operator-. | |
template const bvec | operator- (const bvec &v1, const bvec &v2) |
Template instantiation of operator-. | |
template const vec | operator- (const vec &v, double t) |
Template instantiation of operator-. | |
template const cvec | operator- (const cvec &v, std::complex< double > t) |
Template instantiation of operator-. | |
template const ivec | operator- (const ivec &v, int t) |
Template instantiation of operator-. | |
template const svec | operator- (const svec &v, short t) |
Template instantiation of operator-. | |
template const bvec | operator- (const bvec &v, bin t) |
Template instantiation of operator-. | |
template const vec | operator- (double t, const vec &v) |
Template instantiation of operator-. | |
template const cvec | operator- (std::complex< double > t, const cvec &v) |
Template instantiation of operator-. | |
template const ivec | operator- (int t, const ivec &v) |
Template instantiation of operator-. | |
template const svec | operator- (short t, const svec &v) |
Template instantiation of operator-. | |
template const bvec | operator- (bin t, const bvec &v) |
Template instantiation of operator-. | |
template const vec | operator- (const vec &v) |
Template instantiation of operator-. | |
template const cvec | operator- (const cvec &v) |
Template instantiation of operator-. | |
template const ivec | operator- (const ivec &v) |
Template instantiation of operator-. | |
template const svec | operator- (const svec &v) |
Template instantiation of operator-. | |
template const bvec | operator- (const bvec &v) |
Template instantiation of operator-. | |
template int | dot (const ivec &v1, const ivec &v2) |
Template instantiation of dot. | |
template short | dot (const svec &v1, const svec &v2) |
Template instantiation of dot. | |
template bin | dot (const bvec &v1, const bvec &v2) |
Template instantiation of dot. | |
template int | operator * (const ivec &v1, const ivec &v2) |
Template instantiation of operator*. | |
template short | operator * (const svec &v1, const svec &v2) |
Template instantiation of operator*. | |
template bin | operator * (const bvec &v1, const bvec &v2) |
Template instantiation of operator*. | |
template const mat | outer_product (const vec &v1, const vec &v2) |
Template instantiation of outer_product. | |
template const cmat | outer_product (const cvec &v1, const cvec &v2) |
Template instantiation of outer_product. | |
template const imat | outer_product (const ivec &v1, const ivec &v2) |
Template instantiation of outer_product. | |
template const smat | outer_product (const svec &v1, const svec &v2) |
Template instantiation of outer_product. | |
template const bmat | outer_product (const bvec &v1, const bvec &v2) |
Template instantiation of outer_product. | |
template const vec | operator * (const vec &v, double t) |
Template instantiation of operator*. | |
template const cvec | operator * (const cvec &v, std::complex< double > t) |
Template instantiation of operator*. | |
template const ivec | operator * (const ivec &v, int t) |
Template instantiation of operator*. | |
template const svec | operator * (const svec &v, short t) |
Template instantiation of operator*. | |
template const bvec | operator * (const bvec &v, bin t) |
Template instantiation of operator*. | |
template const vec | operator * (double t, const vec &v) |
Template instantiation of operator*. | |
template const cvec | operator * (std::complex< double > t, const cvec &v) |
Template instantiation of operator*. | |
template const ivec | operator * (int t, const ivec &v) |
Template instantiation of operator*. | |
template const svec | operator * (short t, const svec &v) |
Template instantiation of operator*. | |
template const bvec | operator * (bin t, const bvec &v) |
Template instantiation of operator*. | |
template const vec | elem_mult (const vec &v1, const vec &v2) |
Template instantiation of elem_mult. | |
template const cvec | elem_mult (const cvec &v1, const cvec &v2) |
Template instantiation of elem_mult. | |
template const ivec | elem_mult (const ivec &v1, const ivec &v2) |
Template instantiation of elem_mult. | |
template const svec | elem_mult (const svec &v1, const svec &v2) |
Template instantiation of elem_mult. | |
template const bvec | elem_mult (const bvec &v1, const bvec &v2) |
Template instantiation of elem_mult. | |
template const vec | elem_mult (const vec &v1, const vec &v2, const vec &v3) |
Template instantiation of elem_mult. | |
template const cvec | elem_mult (const cvec &v1, const cvec &v2, const cvec &v3) |
Template instantiation of elem_mult. | |
template const ivec | elem_mult (const ivec &v1, const ivec &v2, const ivec &v3) |
Template instantiation of elem_mult. | |
template const svec | elem_mult (const svec &v1, const svec &v2, const svec &v3) |
Template instantiation of elem_mult. | |
template const bvec | elem_mult (const bvec &v1, const bvec &v2, const bvec &v3) |
Template instantiation of elem_mult. | |
template const vec | elem_mult (const vec &v1, const vec &v2, const vec &v3, const vec &v4) |
Template instantiation of elem_mult. | |
template const cvec | elem_mult (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4) |
Template instantiation of elem_mult. | |
template const ivec | elem_mult (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4) |
Template instantiation of elem_mult. | |
template const svec | elem_mult (const svec &v1, const svec &v2, const svec &v3, const svec &v4) |
Template instantiation of elem_mult. | |
template const bvec | elem_mult (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4) |
Template instantiation of elem_mult. | |
template const vec | operator/ (const vec &v, double t) |
Template instantiation of operator/. | |
template const cvec | operator/ (const cvec &v, std::complex< double > t) |
Template instantiation of operator/. | |
template const ivec | operator/ (const ivec &v, int t) |
Template instantiation of operator/. | |
template const svec | operator/ (const svec &v, short t) |
Template instantiation of operator/. | |
template const bvec | operator/ (const bvec &v, bin t) |
Template instantiation of operator/. | |
template const vec | operator/ (const double t, const vec &v) |
Template instantiation of operator/. | |
template const cvec | operator/ (const std::complex< double > t, const cvec &v) |
Template instantiation of operator/. | |
template const ivec | operator/ (const int t, const ivec &v) |
Template instantiation of operator/. | |
template const svec | operator/ (const short t, const svec &v) |
Template instantiation of operator/. | |
template const bvec | operator/ (const bin t, const bvec &v) |
Template instantiation of operator/. | |
template const vec | elem_div (const vec &v1, const vec &v2) |
Template instantiation of elem_div. | |
template const cvec | elem_div (const cvec &v1, const cvec &v2) |
Template instantiation of elem_div. | |
template const ivec | elem_div (const ivec &v1, const ivec &v2) |
Template instantiation of elem_div. | |
template const svec | elem_div (const svec &v1, const svec &v2) |
Template instantiation of elem_div. | |
template const bvec | elem_div (const bvec &v1, const bvec &v2) |
Template instantiation of elem_div. | |
template const vec | elem_div (const double t, const vec &v) |
Template instantiation of elem_div. | |
template const cvec | elem_div (const std::complex< double > t, const cvec &v) |
Template instantiation of elem_div. | |
template const ivec | elem_div (const int t, const ivec &v) |
Template instantiation of elem_div. | |
template const svec | elem_div (const short t, const svec &v) |
Template instantiation of elem_div. | |
template const bvec | elem_div (const bin t, const bvec &v) |
Template instantiation of elem_div. | |
template const vec | concat (const vec &v, const double a) |
Template instantiation of concat. | |
template const cvec | concat (const cvec &v, const std::complex< double > a) |
Template instantiation of concat. | |
template const ivec | concat (const ivec &v, const int a) |
Template instantiation of concat. | |
template const svec | concat (const svec &v, const short a) |
Template instantiation of concat. | |
template const bvec | concat (const bvec &v, const bin a) |
Template instantiation of concat. | |
template const vec | concat (const double a, const vec &v) |
Template instantiation of concat. | |
template const cvec | concat (const std::complex< double > a, const cvec &v) |
Template instantiation of concat. | |
template const ivec | concat (const int a, const ivec &v) |
Template instantiation of concat. | |
template const svec | concat (const short a, const svec &v) |
Template instantiation of concat. | |
template const bvec | concat (const bin a, const bvec &v) |
Template instantiation of concat. | |
template const vec | concat (const vec &v1, const vec &v2) |
Template instantiation of concat. | |
template const cvec | concat (const cvec &v1, const cvec &v2) |
Template instantiation of concat. | |
template const ivec | concat (const ivec &v1, const ivec &v2) |
Template instantiation of concat. | |
template const svec | concat (const svec &v1, const svec &v2) |
Template instantiation of concat. | |
template const bvec | concat (const bvec &v1, const bvec &v2) |
Template instantiation of concat. | |
template const vec | concat (const vec &v1, const vec &v2, const vec &v3) |
Template instantiation of concat. | |
template const cvec | concat (const cvec &v1, const cvec &v2, const cvec &v3) |
Template instantiation of concat. | |
template const ivec | concat (const ivec &v1, const ivec &v2, const ivec &v3) |
Template instantiation of concat. | |
template const svec | concat (const svec &v1, const svec &v2, const svec &v3) |
Template instantiation of concat. | |
template const bvec | concat (const bvec &v1, const bvec &v2, const bvec &v3) |
Template instantiation of concat. | |
template const vec | concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4) |
Template instantiation of concat. | |
template const cvec | concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4) |
Template instantiation of concat. | |
template const ivec | concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4) |
Template instantiation of concat. | |
template const svec | concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4) |
Template instantiation of concat. | |
template const bvec | concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4) |
Template instantiation of concat. | |
template const vec | concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4, const vec &v5) |
Template instantiation of concat. | |
template const cvec | concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4, const cvec &v5) |
Template instantiation of concat. | |
template const ivec | concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4, const ivec &v5) |
Template instantiation of concat. | |
template const svec | concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4, const svec &v5) |
Template instantiation of concat. | |
template const bvec | concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4, const bvec &v5) |
Template instantiation of concat. | |
template std::ostream & | operator<< (std::ostream &os, const vec &vect) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const cvec &vect) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const svec &vect) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const ivec &vect) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const bvec &vect) |
Template instantiation of output stream. | |
template std::istream & | operator>> (std::istream &is, vec &vect) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, cvec &vect) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, svec &vect) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, ivec &vect) |
Template instantiation of input stream. | |
template std::istream & | 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-2007 (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.
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator+.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of operator-.
|
|
Template instantiation of dot.
|
|
Template instantiation of dot.
|
|
Template instantiation of dot.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of outer_product.
|
|
Template instantiation of outer_product.
|
|
Template instantiation of outer_product.
|
|
Template instantiation of outer_product.
|
|
Template instantiation of outer_product.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of operator*.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of elem_mult.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of operator/.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of elem_div.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of concat.
|
|
Template instantiation of output stream.
|
|
Template instantiation of output stream.
|
|
Template instantiation of output stream.
|
|
Template instantiation of output stream.
|
|
Template instantiation of output stream.
|
|
Template instantiation of input stream.
|
|
Template instantiation of input stream.
|
|
Template instantiation of input stream.
|
|
Template instantiation of input stream.
|
|
Template instantiation of input stream.
|
Generated on Fri Jan 11 08:51:39 2008 for IT++ by Doxygen 1.3.9.1