IT++ Logo
Namespaces | Functions

vec.cpp File Reference

Templated Vector Class Implementation. More...

#include <itpp/base/vec.h>
#include <itpp/base/converters.h>
#include <limits>
#include <cstdio>

Go to the source code of this file.

Namespaces

namespace  itpp
 

\


Functions

template vec itpp::operator+ (const vec &v1, const vec &v2)
template cvec itpp::operator+ (const cvec &v1, const cvec &v2)
template ivec itpp::operator+ (const ivec &v1, const ivec &v2)
template svec itpp::operator+ (const svec &v1, const svec &v2)
template bvec itpp::operator+ (const bvec &v1, const bvec &v2)
template vec itpp::operator+ (const vec &v1, double t)
template cvec itpp::operator+ (const cvec &v1, std::complex< double > t)
template ivec itpp::operator+ (const ivec &v1, int t)
template svec itpp::operator+ (const svec &v1, short t)
template bvec itpp::operator+ (const bvec &v1, bin t)
template vec itpp::operator+ (double t, const vec &v1)
template cvec itpp::operator+ (std::complex< double > t, const cvec &v1)
template ivec itpp::operator+ (int t, const ivec &v1)
template svec itpp::operator+ (short t, const svec &v1)
template bvec itpp::operator+ (bin t, const bvec &v1)
template vec itpp::operator- (const vec &v1, const vec &v2)
template cvec itpp::operator- (const cvec &v1, const cvec &v2)
template ivec itpp::operator- (const ivec &v1, const ivec &v2)
template svec itpp::operator- (const svec &v1, const svec &v2)
template bvec itpp::operator- (const bvec &v1, const bvec &v2)
template vec itpp::operator- (const vec &v, double t)
template cvec itpp::operator- (const cvec &v, std::complex< double > t)
template ivec itpp::operator- (const ivec &v, int t)
template svec itpp::operator- (const svec &v, short t)
template bvec itpp::operator- (const bvec &v, bin t)
template vec itpp::operator- (double t, const vec &v)
template cvec itpp::operator- (std::complex< double > t, const cvec &v)
template ivec itpp::operator- (int t, const ivec &v)
template svec itpp::operator- (short t, const svec &v)
template bvec itpp::operator- (bin t, const bvec &v)
template vec itpp::operator- (const vec &v)
template cvec itpp::operator- (const cvec &v)
template ivec itpp::operator- (const ivec &v)
template svec itpp::operator- (const svec &v)
template bvec itpp::operator- (const bvec &v)
template double itpp::dot (const vec &v1, const vec &v2)
template std::complex< double > itpp::dot (const cvec &v1, const cvec &v2)
template int itpp::dot (const ivec &v1, const ivec &v2)
template short itpp::dot (const svec &v1, const svec &v2)
template bin itpp::dot (const bvec &v1, const bvec &v2)
template double itpp::operator* (const vec &v1, const vec &v2)
template std::complex< double > itpp::operator* (const cvec &v1, const cvec &v2)
template int itpp::operator* (const ivec &v1, const ivec &v2)
template short itpp::operator* (const svec &v1, const svec &v2)
template bin itpp::operator* (const bvec &v1, const bvec &v2)
template mat itpp::outer_product (const vec &v1, const vec &v2, bool hermitian)
template imat itpp::outer_product (const ivec &v1, const ivec &v2, bool hermitian)
template smat itpp::outer_product (const svec &v1, const svec &v2, bool hermitian)
template bmat itpp::outer_product (const bvec &v1, const bvec &v2, bool hermitian)
template vec itpp::operator* (const vec &v, double t)
template cvec itpp::operator* (const cvec &v, std::complex< double > t)
template ivec itpp::operator* (const ivec &v, int t)
template svec itpp::operator* (const svec &v, short t)
template bvec itpp::operator* (const bvec &v, bin t)
template vec itpp::operator* (double t, const vec &v)
template cvec itpp::operator* (std::complex< double > t, const cvec &v)
template ivec itpp::operator* (int t, const ivec &v)
template svec itpp::operator* (short t, const svec &v)
template bvec itpp::operator* (bin t, const bvec &v)
template vec itpp::elem_mult (const vec &a, const vec &b)
template cvec itpp::elem_mult (const cvec &a, const cvec &b)
template ivec itpp::elem_mult (const ivec &a, const ivec &b)
template svec itpp::elem_mult (const svec &a, const svec &b)
template bvec itpp::elem_mult (const bvec &a, const bvec &b)
template void itpp::elem_mult_out (const vec &a, const vec &b, vec &out)
template void itpp::elem_mult_out (const cvec &a, const cvec &b, cvec &out)
template void itpp::elem_mult_out (const ivec &a, const ivec &b, ivec &out)
template void itpp::elem_mult_out (const svec &a, const svec &b, svec &out)
template void itpp::elem_mult_out (const bvec &a, const bvec &b, bvec &out)
template vec itpp::elem_mult (const vec &a, const vec &b, const vec &c)
template cvec itpp::elem_mult (const cvec &a, const cvec &b, const cvec &c)
template ivec itpp::elem_mult (const ivec &a, const ivec &b, const ivec &c)
template svec itpp::elem_mult (const svec &a, const svec &b, const svec &c)
template bvec itpp::elem_mult (const bvec &a, const bvec &b, const bvec &c)
template void itpp::elem_mult_out (const vec &a, const vec &b, const vec &c, vec &out)
template void itpp::elem_mult_out (const cvec &a, const cvec &b, const cvec &c, cvec &out)
template void itpp::elem_mult_out (const ivec &a, const ivec &b, const ivec &c, ivec &out)
template void itpp::elem_mult_out (const svec &a, const svec &b, const svec &c, svec &out)
template void itpp::elem_mult_out (const bvec &a, const bvec &b, const bvec &c, bvec &out)
template vec itpp::elem_mult (const vec &a, const vec &b, const vec &c, const vec &d)
template cvec itpp::elem_mult (const cvec &a, const cvec &b, const cvec &c, const cvec &d)
template ivec itpp::elem_mult (const ivec &a, const ivec &b, const ivec &c, const ivec &d)
template svec itpp::elem_mult (const svec &a, const svec &b, const svec &c, const svec &d)
template bvec itpp::elem_mult (const bvec &a, const bvec &b, const bvec &c, const bvec &d)
template void itpp::elem_mult_out (const vec &a, const vec &b, const vec &c, const vec &d, vec &out)
template void itpp::elem_mult_out (const cvec &a, const cvec &b, const cvec &c, const cvec &d, cvec &out)
template void itpp::elem_mult_out (const ivec &a, const ivec &b, const ivec &c, const ivec &d, ivec &out)
template void itpp::elem_mult_out (const svec &a, const svec &b, const svec &c, const svec &d, svec &out)
template void itpp::elem_mult_out (const bvec &a, const bvec &b, const bvec &c, const bvec &d, bvec &out)
template void itpp::elem_mult_inplace (const vec &a, vec &b)
template void itpp::elem_mult_inplace (const cvec &a, cvec &b)
template void itpp::elem_mult_inplace (const ivec &a, ivec &b)
template void itpp::elem_mult_inplace (const svec &a, svec &b)
template void itpp::elem_mult_inplace (const bvec &a, bvec &b)
template double itpp::elem_mult_sum (const vec &a, const vec &b)
template std::complex< double > itpp::elem_mult_sum (const cvec &a, const cvec &b)
template int itpp::elem_mult_sum (const ivec &a, const ivec &b)
template short itpp::elem_mult_sum (const svec &a, const svec &b)
template bin itpp::elem_mult_sum (const bvec &a, const bvec &b)
template vec itpp::operator/ (const vec &v, double t)
template cvec itpp::operator/ (const cvec &v, std::complex< double > t)
template ivec itpp::operator/ (const ivec &v, int t)
template svec itpp::operator/ (const svec &v, short t)
template bvec itpp::operator/ (const bvec &v, bin t)
template vec itpp::operator/ (double t, const vec &v)
template cvec itpp::operator/ (std::complex< double > t, const cvec &v)
template ivec itpp::operator/ (int t, const ivec &v)
template svec itpp::operator/ (short t, const svec &v)
template bvec itpp::operator/ (bin t, const bvec &v)
template vec itpp::elem_div (const vec &a, const vec &b)
template cvec itpp::elem_div (const cvec &a, const cvec &b)
template ivec itpp::elem_div (const ivec &a, const ivec &b)
template svec itpp::elem_div (const svec &a, const svec &b)
template bvec itpp::elem_div (const bvec &a, const bvec &b)
template vec itpp::elem_div (double t, const vec &v)
template cvec itpp::elem_div (std::complex< double > t, const cvec &v)
template ivec itpp::elem_div (int t, const ivec &v)
template svec itpp::elem_div (short t, const svec &v)
template bvec itpp::elem_div (bin t, const bvec &v)
template void itpp::elem_div_out (const vec &a, const vec &b, vec &out)
template void itpp::elem_div_out (const cvec &a, const cvec &b, cvec &out)
template void itpp::elem_div_out (const ivec &a, const ivec &b, ivec &out)
template void itpp::elem_div_out (const svec &a, const svec &b, svec &out)
template void itpp::elem_div_out (const bvec &a, const bvec &b, bvec &out)
template double itpp::elem_div_sum (const vec &a, const vec &b)
template std::complex< double > itpp::elem_div_sum (const cvec &a, const cvec &b)
template int itpp::elem_div_sum (const ivec &a, const ivec &b)
template short itpp::elem_div_sum (const svec &a, const svec &b)
template bin itpp::elem_div_sum (const bvec &a, const bvec &b)
template vec itpp::concat (const vec &v, double a)
template cvec itpp::concat (const cvec &v, std::complex< double > a)
template ivec itpp::concat (const ivec &v, int a)
template svec itpp::concat (const svec &v, short a)
template bvec itpp::concat (const bvec &v, bin a)
template vec itpp::concat (double a, const vec &v)
template cvec itpp::concat (std::complex< double > a, const cvec &v)
template ivec itpp::concat (int a, const ivec &v)
template svec itpp::concat (short a, const svec &v)
template bvec itpp::concat (bin a, const bvec &v)
template vec itpp::concat (const vec &v1, const vec &v2)
template cvec itpp::concat (const cvec &v1, const cvec &v2)
template ivec itpp::concat (const ivec &v1, const ivec &v2)
template svec itpp::concat (const svec &v1, const svec &v2)
template bvec itpp::concat (const bvec &v1, const bvec &v2)
template vec itpp::concat (const vec &v1, const vec &v2, const vec &v3)
template cvec itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3)
template ivec itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3)
template svec itpp::concat (const svec &v1, const svec &v2, const svec &v3)
template bvec itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3)
template vec itpp::concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4)
template cvec itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4)
template ivec itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4)
template svec itpp::concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4)
template bvec itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4)
template vec itpp::concat (const vec &v1, const vec &v2, const vec &v3, const vec &v4, const vec &v5)
template cvec itpp::concat (const cvec &v1, const cvec &v2, const cvec &v3, const cvec &v4, const cvec &v5)
template ivec itpp::concat (const ivec &v1, const ivec &v2, const ivec &v3, const ivec &v4, const ivec &v5)
template svec itpp::concat (const svec &v1, const svec &v2, const svec &v3, const svec &v4, const svec &v5)
template bvec itpp::concat (const bvec &v1, const bvec &v2, const bvec &v3, const bvec &v4, const bvec &v5)
template std::ostream & itpp::operator<< (std::ostream &os, const vec &vect)
template std::ostream & itpp::operator<< (std::ostream &os, const cvec &vect)
template std::ostream & itpp::operator<< (std::ostream &os, const svec &vect)
template std::ostream & itpp::operator<< (std::ostream &os, const ivec &vect)
template std::ostream & itpp::operator<< (std::ostream &os, const bvec &vect)
template std::istream & itpp::operator>> (std::istream &is, vec &vect)
template std::istream & itpp::operator>> (std::istream &is, cvec &vect)
template std::istream & itpp::operator>> (std::istream &is, svec &vect)
template std::istream & itpp::operator>> (std::istream &is, ivec &vect)
template std::istream & itpp::operator>> (std::istream &is, bvec &vect)

Detailed Description

Templated Vector Class Implementation.

Author:
Tony Ottosson, Tobias Ringstrom, Adam Piatyszek and Conrad Sanderson

-------------------------------------------------------------------------

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 vec.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SourceForge Logo

Generated on Wed Feb 9 2011 13:47:17 for IT++ by Doxygen 1.7.3