#include <itpp/base/operators.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Functions | |
vec | itpp::operator+ (const double &s, const ivec &v) |
vec | itpp::operator- (const double &s, const ivec &v) |
vec | itpp::operator * (const double &s, const ivec &v) |
vec | itpp::operator/ (const double &s, const ivec &v) |
vec | itpp::operator/ (const ivec &v, const double &s) |
cvec | itpp::operator+ (const std::complex< double > &s, const ivec &v) |
cvec | itpp::operator- (const std::complex< double > &s, const ivec &v) |
cvec | itpp::operator * (const std::complex< double > &s, const ivec &v) |
cvec | itpp::operator/ (const std::complex< double > &s, const ivec &v) |
cvec | itpp::operator/ (const ivec &v, const std::complex< double > &s) |
cvec | itpp::operator+ (const double &s, const cvec &v) |
cvec | itpp::operator- (const double &s, const cvec &v) |
cvec | itpp::operator * (const double &s, const cvec &v) |
cvec | itpp::operator/ (const cvec &v, const double &s) |
cvec | itpp::operator/ (const double &s, const cvec &v) |
cmat | itpp::operator+ (const double &s, const cmat &m) |
cmat | itpp::operator- (const double &s, const cmat &m) |
cmat | itpp::operator * (const double &s, const cmat &m) |
cmat | itpp::operator * (const std::complex< double > &s, const mat &m) |
cmat | itpp::operator/ (const cmat &m, const double &s) |
cvec | itpp::operator * (const std::complex< double > &s, const vec &v) |
cvec | itpp::operator * (const vec &v, const std::complex< double > &s) |
vec | itpp::operator+ (const bvec &a, const vec &b) |
vec | itpp::operator+ (const svec &a, const vec &b) |
vec | itpp::operator+ (const ivec &a, const vec &b) |
cvec | itpp::operator+ (const bvec &a, const cvec &b) |
cvec | itpp::operator+ (const svec &a, const cvec &b) |
cvec | itpp::operator+ (const ivec &a, const cvec &b) |
double | itpp::operator * (const bvec &a, const vec &b) |
double | itpp::operator * (const svec &a, const vec &b) |
double | itpp::operator * (const ivec &a, const vec &b) |
std::complex< double > | itpp::operator * (const bvec &a, const cvec &b) |
std::complex< double > | itpp::operator * (const svec &a, const cvec &b) |
std::complex< double > | itpp::operator * (const ivec &a, const cvec &b) |
mat | itpp::operator+ (const bmat &a, const mat &b) |
mat | itpp::operator+ (const smat &a, const mat &b) |
mat | itpp::operator+ (const imat &a, const mat &b) |
cmat | itpp::operator+ (const bmat &a, const cmat &b) |
cmat | itpp::operator+ (const smat &a, const cmat &b) |
cmat | itpp::operator+ (const imat &a, const cmat &b) |
cmat | itpp::operator+ (const mat &a, const cmat &b) |
$Date$ $Revision$
-------------------------------------------------------------------------
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 operators.cpp.
Generated on Fri Jun 8 02:08:57 2007 for IT++ by Doxygen 1.5.2