IT++ Logo Newcom Logo

fix_operators.h File Reference

Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes. More...

#include <itpp/fixedpoint/cfix.h>
#include <itpp/fixedpoint/fix_functions.h>

Go to the source code of this file.

Namespaces

namespace  itpp

Functions

fixvec operator+ (const fixvec &v, const int s)
 fixvec + int
fixvec operator+ (const int s, const fixvec &v)
 int + fixvec
fixvec operator- (const fixvec &v, const int s)
 fixvec - int
fixvec operator- (const int s, const fixvec &v)
 int - fixvec
fixvec operator * (const fixvec &v, const int s)
 fixvec * int
fixvec operator * (const int s, const fixvec &v)
 int * fixvec
fixvec operator/ (const fixvec &v, const int s)
 fixvec / int using quantization mode TRN
fixmat operator+ (const fixmat &v, const int s)
 fixmat + int
fixmat operator+ (const int s, const fixmat &v)
 int + fixmat
fixmat operator- (const fixmat &v, const int s)
 fixmat - int
fixmat operator- (const int s, const fixmat &v)
 int - fixmat
fixmat operator * (const fixmat &v, const int s)
 fixmat * int
fixmat operator * (const int s, const fixmat &v)
 int * fixmat
fixmat operator/ (const fixmat &v, const int s)
 fixmat / int using quantization mode TRN
fixvec operator+ (const ivec &a, const fixvec &b)
 ivec + fixvec
fixvec operator- (const fixvec &a, const ivec &b)
 fixvec - ivec
fixvec operator- (const ivec &a, const fixvec &b)
 ivec - fixvec
Fix operator * (const ivec &a, const fixvec &b)
 ivec * fixvec
fixmat operator+ (const imat &a, const fixmat &b)
 imat + fixmat
fixmat operator- (const fixmat &a, const imat &b)
 fixmat - imat
fixmat operator- (const imat &a, const fixmat &b)
 imat - fixmat
fixmat operator * (const imat &a, const fixmat &b)
 imat * fixmat
cfixvec operator+ (const fixvec &v, const CFix &s)
 fixvec + CFix
cfixvec operator+ (const CFix &s, const fixvec &v)
 CFix + fixvec.
cfixvec operator- (const fixvec &v, const CFix &s)
 fixvec - CFix
cfixvec operator- (const CFix &s, const fixvec &v)
 CFix - fixvec.
cfixvec operator * (const fixvec &v, const CFix &s)
 fixvec * CFix
cfixvec operator * (const CFix &s, const fixvec &v)
 CFix * fixvec.
cfixvec operator/ (const fixvec &v, const CFix &s)
 fixvec / CFix using quantization mode TRN
cfixmat operator+ (const fixmat &m, const CFix &s)
 fixmat + CFix
cfixmat operator+ (const CFix &s, const fixmat &m)
 CFix + fixmat.
cfixmat operator- (const fixmat &m, const CFix &s)
 fixmat - CFix
cfixmat operator- (const CFix &s, const fixmat &m)
 CFix - fixmat.
cfixmat operator * (const fixmat &m, const CFix &s)
 fixmat * CFix
cfixmat operator * (const CFix &s, const fixmat &m)
 CFix * fixmat.
cfixmat operator/ (const fixmat &m, const CFix &s)
 fixmat / CFix using quantization mode TRN
cfixvec operator+ (const ivec &v, const CFix &s)
 ivec + CFix
cfixvec operator+ (const CFix &s, const ivec &v)
 CFix + ivec.
cfixvec operator- (const ivec &v, const CFix &s)
 ivec - CFix
cfixvec operator- (const CFix &s, const ivec &v)
 CFix - ivec.
cfixvec operator * (const ivec &v, const CFix &s)
 ivec * CFix
cfixvec operator * (const CFix &s, const ivec &v)
 CFix * ivec.
cfixvec operator/ (const ivec &v, const CFix &s)
 ivec / CFix using quantization mode TRN
cfixmat operator+ (const imat &m, const CFix &s)
 imat + CFix
cfixmat operator+ (const CFix &s, const imat &m)
 CFix + imat.
cfixmat operator- (const imat &m, const CFix &s)
 imat - CFix
cfixmat operator- (const CFix &s, const imat &m)
 CFix - imat.
cfixmat operator * (const imat &m, const CFix &s)
 imat * CFix
cfixmat operator * (const CFix &s, const imat &m)
 CFix * imat.
cfixmat operator/ (const imat &m, const CFix &s)
 imat / CFix using quantization mode TRN
cfixvec operator+ (const cfixvec &v, const Fix &s)
 cfixvec + Fix
cfixvec operator+ (const Fix &s, const cfixvec &v)
 Fix + cfixvec.
cfixvec operator- (const cfixvec &v, const Fix &s)
 cfixvec - Fix
cfixvec operator- (const Fix &s, const cfixvec &v)
 Fix - cfixvec.
cfixvec operator * (const cfixvec &v, const Fix &s)
 cfixvec * Fix
cfixvec operator * (const Fix &s, const cfixvec &v)
 Fix * cfixvec.
cfixvec operator/ (const cfixvec &v, const Fix &s)
 cfixvec / Fix using quantization mode TRN
cfixmat operator+ (const cfixmat &m, const Fix &s)
 cfixmat + Fix
cfixmat operator+ (const Fix &s, const cfixmat &m)
 Fix + cfixmat.
cfixmat operator- (const cfixmat &m, const Fix &s)
 cfixmat - Fix
cfixmat operator- (const Fix &s, const cfixmat &m)
 Fix - cfixmat.
cfixmat operator * (const cfixmat &m, const Fix &s)
 cfixmat * Fix
cfixmat operator * (const Fix &s, const cfixmat &m)
 Fix * cfixmat.
cfixmat operator/ (const cfixmat &m, const Fix &s)
 cfixmat / Fix using quantization mode TRN
cfixvec operator+ (const cfixvec &v, const int s)
 cfixvec + int
cfixvec operator+ (const int s, const cfixvec &v)
 int + cfixvec
cfixvec operator- (const cfixvec &v, const int s)
 cfixvec - int
cfixvec operator- (const int s, const cfixvec &v)
 int - cfixvec
cfixvec operator * (const cfixvec &v, const int s)
 cfixvec * int
cfixvec operator * (const int s, const cfixvec &v)
 int * cfixvec
cfixvec operator/ (const cfixvec &v, const int s)
 cfixvec / int using quantization mode TRN
cfixmat operator+ (const cfixmat &m, const int s)
 cfixmat + int
cfixmat operator+ (const int s, const cfixmat &m)
 int + cfixmat
cfixmat operator- (const cfixmat &m, const int s)
 cfixmat - int
cfixmat operator- (const int s, const cfixmat &m)
 int - cfixmat
cfixmat operator * (const cfixmat &m, const int s)
 cfixmat * int
cfixmat operator * (const int s, const cfixmat &m)
 int * cfixmat
cfixmat operator/ (const cfixmat &m, const int s)
 cfixmat / int using quantization mode TRN
cfixvec operator+ (const fixvec &a, const cfixvec &b)
 fixvec + cfixvec
cfixvec operator- (const cfixvec &a, const fixvec &b)
 cfixvec - fixvec
cfixvec operator- (const fixvec &a, const cfixvec &b)
 fixvec - cfixvec
CFix operator * (const fixvec &a, const cfixvec &b)
 fixvec * cfixvec
cfixmat operator+ (const fixmat &a, const cfixmat &b)
 fixmat + cfixmat
cfixmat operator- (const cfixmat &a, const fixmat &b)
 cfixmat - fixmat
cfixmat operator- (const fixmat &a, const cfixmat &b)
 fixmat - cfixmat
cfixmat operator * (const fixmat &a, const cfixmat &b)
 fixmat * cfixmat
cfixvec operator+ (const ivec &a, const cfixvec &b)
 ivec + cfixvec
cfixvec operator- (const cfixvec &a, const ivec &b)
 cfixvec - ivec
cfixvec operator- (const ivec &a, const cfixvec &b)
 ivec - cfixvec
CFix operator * (const ivec &a, const cfixvec &b)
 ivec * cfixvec
cfixmat operator+ (const imat &a, const cfixmat &b)
 imat + cfixmat
cfixmat operator- (const cfixmat &a, const imat &b)
 cfixmat - imat
cfixmat operator- (const imat &a, const cfixmat &b)
 imat - cfixmat
cfixmat operator * (const imat &a, const cfixmat &b)
 imat * cfixmat


Detailed Description

Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes.

Author:
Johan Bergman
Date
2007-04-18 08:58:29 +0200 (Wed, 18 Apr 2007)
Revision
1013

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

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 fix_operators.h.

SourceForge Logo

Generated on Fri Jan 11 08:51:40 2008 for IT++ by Doxygen 1.3.9.1