#include <itpp/base/mat.h>
Go to the source code of this file.
Namespaces | |
namespace | itpp |
Functions | |
template<> | |
bool | Mat< std::complex< double > >::set (const char *values) |
template<> | |
const cmat | Mat< std::complex< double > >::hermitian_transpose () const |
template<> | |
cmat & | Mat< std::complex< double > >::operator *= (const cmat &m) |
template<> | |
const mat | operator * (const mat &m1, const mat &m2) |
template<> | |
const cmat | operator * (const cmat &m1, const cmat &m2) |
template<> | |
const Vec< double > | operator * (const mat &m, const Vec< double > &v) |
template<> | |
const Vec< std::complex< double > > | operator * (const cmat &m, const Vec< std::complex< double > > &v) |
template const mat | operator+ (const mat &m1, const mat &m2) |
Template instantiation of operator+. | |
template const cmat | operator+ (const cmat &m1, const cmat &m2) |
Template instantiation of operator+. | |
template const imat | operator+ (const imat &m1, const imat &m2) |
Template instantiation of operator+. | |
template const smat | operator+ (const smat &m1, const smat &m2) |
Template instantiation of operator+. | |
template const bmat | operator+ (const bmat &m1, const bmat &m2) |
Template instantiation of operator+. | |
template const mat | operator+ (const mat &m, double t) |
Template instantiation of operator+. | |
template const cmat | operator+ (const cmat &m, std::complex< double > t) |
Template instantiation of operator+. | |
template const imat | operator+ (const imat &m, int t) |
Template instantiation of operator+. | |
template const smat | operator+ (const smat &m, short t) |
Template instantiation of operator+. | |
template const bmat | operator+ (const bmat &m, bin t) |
Template instantiation of operator+. | |
template const mat | operator+ (double t, const mat &m) |
Template instantiation of operator+. | |
template const cmat | operator+ (std::complex< double > t, const cmat &m) |
Template instantiation of operator+. | |
template const imat | operator+ (int t, const imat &m) |
Template instantiation of operator+. | |
template const smat | operator+ (short t, const smat &m) |
Template instantiation of operator+. | |
template const bmat | operator+ (bin t, const bmat &m) |
Template instantiation of operator+. | |
template const mat | operator- (const mat &m1, const mat &m2) |
Template instantiation of operator-. | |
template const cmat | operator- (const cmat &m1, const cmat &m2) |
Template instantiation of operator-. | |
template const imat | operator- (const imat &m1, const imat &m2) |
Template instantiation of operator-. | |
template const smat | operator- (const smat &m1, const smat &m2) |
Template instantiation of operator-. | |
template const bmat | operator- (const bmat &m1, const bmat &m2) |
Template instantiation of operator-. | |
template const mat | operator- (const mat &m, double t) |
Template instantiation of operator-. | |
template const cmat | operator- (const cmat &m, std::complex< double > t) |
Template instantiation of operator-. | |
template const imat | operator- (const imat &m, int t) |
Template instantiation of operator-. | |
template const smat | operator- (const smat &m, short t) |
Template instantiation of operator-. | |
template const bmat | operator- (const bmat &m, bin t) |
Template instantiation of operator-. | |
template const mat | operator- (double t, const mat &m) |
Template instantiation of operator-. | |
template const cmat | operator- (std::complex< double > t, const cmat &m) |
Template instantiation of operator-. | |
template const imat | operator- (int t, const imat &m) |
Template instantiation of operator-. | |
template const smat | operator- (short t, const smat &m) |
Template instantiation of operator-. | |
template const bmat | operator- (bin t, const bmat &m) |
Template instantiation of operator-. | |
template const mat | operator- (const mat &m) |
Template instantiation of operator-. | |
template const cmat | operator- (const cmat &m) |
Template instantiation of operator-. | |
template const imat | operator- (const imat &m) |
Template instantiation of operator-. | |
template const smat | operator- (const smat &m) |
Template instantiation of operator-. | |
template const bmat | operator- (const bmat &m) |
Template instantiation of operator-. | |
template const imat | operator * (const imat &m1, const imat &m2) |
Template instantiation of operator*. | |
template const smat | operator * (const smat &m1, const smat &m2) |
Template instantiation of operator*. | |
template const bmat | operator * (const bmat &m1, const bmat &m2) |
Template instantiation of operator*. | |
template const ivec | operator * (const imat &m, const ivec &v) |
Template instantiation of operator*. | |
template const svec | operator * (const smat &m, const svec &v) |
Template instantiation of operator*. | |
template const bvec | operator * (const bmat &m, const bvec &v) |
Template instantiation of operator*. | |
template const mat | operator * (const vec &v, const mat &m) |
Template instantiation of operator*. | |
template const cmat | operator * (const cvec &v, const cmat &m) |
Template instantiation of operator*. | |
template const imat | operator * (const ivec &v, const imat &m) |
Template instantiation of operator*. | |
template const smat | operator * (const svec &v, const smat &m) |
Template instantiation of operator*. | |
template const bmat | operator * (const bvec &v, const bmat &m) |
Template instantiation of operator*. | |
template const mat | operator * (const mat &m, double t) |
Template instantiation of operator*. | |
template const cmat | operator * (const cmat &m, std::complex< double > t) |
Template instantiation of operator*. | |
template const imat | operator * (const imat &m, int t) |
Template instantiation of operator*. | |
template const smat | operator * (const smat &m, short t) |
Template instantiation of operator*. | |
template const bmat | operator * (const bmat &m, bin t) |
Template instantiation of operator*. | |
template const mat | operator * (double t, const mat &m) |
Template instantiation of operator*. | |
template const cmat | operator * (std::complex< double > t, const cmat &m) |
Template instantiation of operator*. | |
template const imat | operator * (int t, const imat &m) |
Template instantiation of operator*. | |
template const smat | operator * (short t, const smat &m) |
Template instantiation of operator*. | |
template const bmat | operator * (bin t, const bmat &m) |
Template instantiation of operator*. | |
template const mat | elem_mult (const mat &m1, const mat &m2) |
Template instantiation of elem_mult. | |
template const cmat | elem_mult (const cmat &m1, const cmat &m2) |
Template instantiation of elem_mult. | |
template const imat | elem_mult (const imat &m1, const imat &m2) |
Template instantiation of elem_mult. | |
template const smat | elem_mult (const smat &m1, const smat &m2) |
Template instantiation of elem_mult. | |
template const bmat | elem_mult (const bmat &m1, const bmat &m2) |
Template instantiation of elem_mult. | |
template const mat | operator/ (const mat &m, double t) |
Template instantiation of operator/. | |
template const cmat | operator/ (const cmat &m, std::complex< double > t) |
Template instantiation of operator/. | |
template const imat | operator/ (const imat &m, int t) |
Template instantiation of operator/. | |
template const smat | operator/ (const smat &m, short t) |
Template instantiation of operator/. | |
template const bmat | operator/ (const bmat &m, bin t) |
Template instantiation of operator/. | |
template const mat | elem_div (const mat &m1, const mat &m2) |
Template instantiation of elem_div. | |
template const cmat | elem_div (const cmat &m1, const cmat &m2) |
Template instantiation of elem_div. | |
template const imat | elem_div (const imat &m1, const imat &m2) |
Template instantiation of elem_div. | |
template const smat | elem_div (const smat &m1, const smat &m2) |
Template instantiation of elem_div. | |
template const bmat | elem_div (const bmat &m1, const bmat &m2) |
Template instantiation of elem_div. | |
template const mat | concat_horizontal (const mat &m1, const mat &m2) |
Template instantiation of concat_horizontal. | |
template const cmat | concat_horizontal (const cmat &m1, const cmat &m2) |
Template instantiation of concat_horizontal. | |
template const imat | concat_horizontal (const imat &m1, const imat &m2) |
Template instantiation of concat_horizontal. | |
template const smat | concat_horizontal (const smat &m1, const smat &m2) |
Template instantiation of concat_horizontal. | |
template const bmat | concat_horizontal (const bmat &m1, const bmat &m2) |
Template instantiation of concat_horizontal. | |
template const mat | concat_vertical (const mat &m1, const mat &m2) |
Template instantiation of concat_vertical. | |
template const cmat | concat_vertical (const cmat &m1, const cmat &m2) |
Template instantiation of concat_vertical. | |
template const imat | concat_vertical (const imat &m1, const imat &m2) |
Template instantiation of concat_vertical. | |
template const smat | concat_vertical (const smat &m1, const smat &m2) |
Template instantiation of concat_vertical. | |
template const bmat | concat_vertical (const bmat &m1, const bmat &m2) |
Template instantiation of concat_vertical. | |
template std::ostream & | operator<< (std::ostream &os, const mat &m) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const cmat &m) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const imat &m) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const smat &m) |
Template instantiation of output stream. | |
template std::ostream & | operator<< (std::ostream &os, const bmat &m) |
Template instantiation of output stream. | |
template std::istream & | operator>> (std::istream &is, mat &m) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, cmat &m) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, imat &m) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, smat &m) |
Template instantiation of input stream. | |
template std::istream & | operator>> (std::istream &is, bmat &m) |
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 mat.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 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 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 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_horizontal.
|
|
Template instantiation of concat_horizontal.
|
|
Template instantiation of concat_horizontal.
|
|
Template instantiation of concat_horizontal.
|
|
Template instantiation of concat_horizontal.
|
|
Template instantiation of concat_vertical.
|
|
Template instantiation of concat_vertical.
|
|
Template instantiation of concat_vertical.
|
|
Template instantiation of concat_vertical.
|
|
Template instantiation of concat_vertical.
|
|
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