Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes. More...
Go to the source code of this file.
Namespaces | |
| namespace | itpp |
| itpp namespace | |
Functions | |
| Fix | itpp::operator+ (const Fix &x, const Fix &y) |
| Fix + Fix. More... | |
| Fix | itpp::operator- (const Fix &x, const Fix &y) |
| Fix - Fix. More... | |
| Fix | itpp::operator* (const Fix &x, const Fix &y) |
| Fix * Fix. More... | |
| Fix | itpp::operator/ (const Fix &x, const Fix &y) |
Fix / Fix using quantization mode TRN. More... | |
| Fix | itpp::operator+ (const Fix &x, const int y) |
| Fix + int. More... | |
| Fix | itpp::operator- (const Fix &x, const int y) |
| Fix - int. More... | |
| Fix | itpp::operator* (const Fix &x, const int y) |
| Fix * int. More... | |
| Fix | itpp::operator/ (const Fix &x, const int y) |
Fix / int using quantization mode TRN. More... | |
| Fix | itpp::operator+ (const int x, const Fix &y) |
| int + Fix More... | |
| Fix | itpp::operator- (const int x, const Fix &y) |
| int - Fix More... | |
| Fix | itpp::operator* (const int x, const Fix &y) |
| int * Fix More... | |
| Fix | itpp::operator/ (const int x, const Fix &y) |
int / Fix using quantization mode TRN More... | |
| fixvec | itpp::operator+ (const fixvec &v, const int s) |
| fixvec + int More... | |
| fixvec | itpp::operator+ (const int s, const fixvec &v) |
| int + fixvec More... | |
| fixvec | itpp::operator- (const fixvec &v, const int s) |
| fixvec - int More... | |
| fixvec | itpp::operator- (const int s, const fixvec &v) |
| int - fixvec More... | |
| fixvec | itpp::operator* (const fixvec &v, const int s) |
| fixvec * int More... | |
| fixvec | itpp::operator* (const int s, const fixvec &v) |
| int * fixvec More... | |
| fixvec | itpp::operator/ (const fixvec &v, const int s) |
fixvec / int using quantization mode TRN More... | |
| fixmat | itpp::operator+ (const fixmat &v, const int s) |
| fixmat + int More... | |
| fixmat | itpp::operator+ (const int s, const fixmat &v) |
| int + fixmat More... | |
| fixmat | itpp::operator- (const fixmat &v, const int s) |
| fixmat - int More... | |
| fixmat | itpp::operator- (const int s, const fixmat &v) |
| int - fixmat More... | |
| fixmat | itpp::operator* (const fixmat &v, const int s) |
| fixmat * int More... | |
| fixmat | itpp::operator* (const int s, const fixmat &v) |
| int * fixmat More... | |
| fixmat | itpp::operator/ (const fixmat &v, const int s) |
fixmat / int using quantization mode TRN More... | |
| fixvec | itpp::operator+ (const fixvec &a, const ivec &b) |
| fixvec + ivec More... | |
| fixvec | itpp::operator+ (const ivec &a, const fixvec &b) |
| ivec + fixvec More... | |
| fixvec | itpp::operator- (const fixvec &a, const ivec &b) |
| fixvec - ivec More... | |
| fixvec | itpp::operator- (const ivec &a, const fixvec &b) |
| ivec - fixvec More... | |
| Fix | itpp::operator* (const fixvec &a, const ivec &b) |
| fixvec * ivec More... | |
| Fix | itpp::operator* (const ivec &a, const fixvec &b) |
| ivec * fixvec More... | |
| fixmat | itpp::operator+ (const fixmat &a, const imat &b) |
| fixmat + imat More... | |
| fixmat | itpp::operator+ (const imat &a, const fixmat &b) |
| imat + fixmat More... | |
| fixmat | itpp::operator- (const fixmat &a, const imat &b) |
| fixmat - imat More... | |
| fixmat | itpp::operator- (const imat &a, const fixmat &b) |
| imat - fixmat More... | |
| fixmat | itpp::operator* (const fixmat &a, const imat &b) |
| fixmat * imat More... | |
| fixmat | itpp::operator* (const imat &a, const fixmat &b) |
| imat * fixmat More... | |
| CFix | itpp::operator+ (const CFix &x, const CFix &y) |
| CFix + CFix. More... | |
| CFix | itpp::operator- (const CFix &x, const CFix &y) |
| CFix - CFix. More... | |
| CFix | itpp::operator* (const CFix &x, const CFix &y) |
| CFix * CFix. More... | |
| CFix | itpp::operator/ (const CFix &x, const CFix &y) |
CFix / CFix using quantization mode TRN. More... | |
| CFix | itpp::operator+ (const CFix &x, const Fix &y) |
| CFix + Fix. More... | |
| CFix | itpp::operator- (const CFix &x, const Fix &y) |
| CFix - Fix. More... | |
| CFix | itpp::operator* (const CFix &x, const Fix &y) |
| CFix * Fix. More... | |
| CFix | itpp::operator/ (const CFix &x, const Fix &y) |
CFix / Fix using quantization mode TRN. More... | |
| CFix | itpp::operator+ (const Fix &x, const CFix &y) |
| Fix + CFix. More... | |
| CFix | itpp::operator- (const Fix &x, const CFix &y) |
| Fix - CFix. More... | |
| CFix | itpp::operator* (const Fix &x, const CFix &y) |
| Fix * CFix. More... | |
| CFix | itpp::operator/ (const Fix &x, const CFix &y) |
Fix / CFix using quantization mode TRN. More... | |
| CFix | itpp::operator+ (const CFix &x, const int y) |
| CFix + int. More... | |
| CFix | itpp::operator- (const CFix &x, const int y) |
| CFix - int. More... | |
| CFix | itpp::operator* (const CFix &x, const int y) |
| CFix * int. More... | |
| CFix | itpp::operator/ (const CFix &x, const int y) |
CFix / int using quantization mode TRN. More... | |
| CFix | itpp::operator+ (const int x, const CFix &y) |
| int + CFix More... | |
| CFix | itpp::operator- (const int x, const CFix &y) |
| int - CFix More... | |
| CFix | itpp::operator* (const int x, const CFix &y) |
| int * CFix More... | |
| CFix | itpp::operator/ (const int x, const CFix &y) |
int / CFix using quantization mode TRN More... | |
| cfixvec | itpp::operator+ (const fixvec &v, const CFix &s) |
| fixvec + CFix More... | |
| cfixvec | itpp::operator+ (const CFix &s, const fixvec &v) |
| CFix + fixvec. More... | |
| cfixvec | itpp::operator- (const fixvec &v, const CFix &s) |
| fixvec - CFix More... | |
| cfixvec | itpp::operator- (const CFix &s, const fixvec &v) |
| CFix - fixvec. More... | |
| cfixvec | itpp::operator* (const fixvec &v, const CFix &s) |
| fixvec * CFix More... | |
| cfixvec | itpp::operator* (const CFix &s, const fixvec &v) |
| CFix * fixvec. More... | |
| cfixvec | itpp::operator/ (const fixvec &v, const CFix &s) |
fixvec / CFix using quantization mode TRN More... | |
| cfixmat | itpp::operator+ (const fixmat &m, const CFix &s) |
| fixmat + CFix More... | |
| cfixmat | itpp::operator+ (const CFix &s, const fixmat &m) |
| CFix + fixmat. More... | |
| cfixmat | itpp::operator- (const fixmat &m, const CFix &s) |
| fixmat - CFix More... | |
| cfixmat | itpp::operator- (const CFix &s, const fixmat &m) |
| CFix - fixmat. More... | |
| cfixmat | itpp::operator* (const fixmat &m, const CFix &s) |
| fixmat * CFix More... | |
| cfixmat | itpp::operator* (const CFix &s, const fixmat &m) |
| CFix * fixmat. More... | |
| cfixmat | itpp::operator/ (const fixmat &m, const CFix &s) |
fixmat / CFix using quantization mode TRN More... | |
| cfixvec | itpp::operator+ (const ivec &v, const CFix &s) |
| ivec + CFix More... | |
| cfixvec | itpp::operator+ (const CFix &s, const ivec &v) |
| CFix + ivec. More... | |
| cfixvec | itpp::operator- (const ivec &v, const CFix &s) |
| ivec - CFix More... | |
| cfixvec | itpp::operator- (const CFix &s, const ivec &v) |
| CFix - ivec. More... | |
| cfixvec | itpp::operator* (const ivec &v, const CFix &s) |
| ivec * CFix More... | |
| cfixvec | itpp::operator* (const CFix &s, const ivec &v) |
| CFix * ivec. More... | |
| cfixvec | itpp::operator/ (const ivec &v, const CFix &s) |
ivec / CFix using quantization mode TRN More... | |
| cfixmat | itpp::operator+ (const imat &m, const CFix &s) |
| imat + CFix More... | |
| cfixmat | itpp::operator+ (const CFix &s, const imat &m) |
| CFix + imat. More... | |
| cfixmat | itpp::operator- (const imat &m, const CFix &s) |
| imat - CFix More... | |
| cfixmat | itpp::operator- (const CFix &s, const imat &m) |
| CFix - imat. More... | |
| cfixmat | itpp::operator* (const imat &m, const CFix &s) |
| imat * CFix More... | |
| cfixmat | itpp::operator* (const CFix &s, const imat &m) |
| CFix * imat. More... | |
| cfixmat | itpp::operator/ (const imat &m, const CFix &s) |
imat / CFix using quantization mode TRN More... | |
| cfixvec | itpp::operator+ (const cfixvec &v, const Fix &s) |
| cfixvec + Fix More... | |
| cfixvec | itpp::operator+ (const Fix &s, const cfixvec &v) |
| Fix + cfixvec. More... | |
| cfixvec | itpp::operator- (const cfixvec &v, const Fix &s) |
| cfixvec - Fix More... | |
| cfixvec | itpp::operator- (const Fix &s, const cfixvec &v) |
| Fix - cfixvec. More... | |
| cfixvec | itpp::operator* (const cfixvec &v, const Fix &s) |
| cfixvec * Fix More... | |
| cfixvec | itpp::operator* (const Fix &s, const cfixvec &v) |
| Fix * cfixvec. More... | |
| cfixvec | itpp::operator/ (const cfixvec &v, const Fix &s) |
cfixvec / Fix using quantization mode TRN More... | |
| cfixmat | itpp::operator+ (const cfixmat &m, const Fix &s) |
| cfixmat + Fix More... | |
| cfixmat | itpp::operator+ (const Fix &s, const cfixmat &m) |
| Fix + cfixmat. More... | |
| cfixmat | itpp::operator- (const cfixmat &m, const Fix &s) |
| cfixmat - Fix More... | |
| cfixmat | itpp::operator- (const Fix &s, const cfixmat &m) |
| Fix - cfixmat. More... | |
| cfixmat | itpp::operator* (const cfixmat &m, const Fix &s) |
| cfixmat * Fix More... | |
| cfixmat | itpp::operator* (const Fix &s, const cfixmat &m) |
| Fix * cfixmat. More... | |
| cfixmat | itpp::operator/ (const cfixmat &m, const Fix &s) |
cfixmat / Fix using quantization mode TRN More... | |
| cfixvec | itpp::operator+ (const cfixvec &v, const int s) |
| cfixvec + int More... | |
| cfixvec | itpp::operator+ (const int s, const cfixvec &v) |
| int + cfixvec More... | |
| cfixvec | itpp::operator- (const cfixvec &v, const int s) |
| cfixvec - int More... | |
| cfixvec | itpp::operator- (const int s, const cfixvec &v) |
| int - cfixvec More... | |
| cfixvec | itpp::operator* (const cfixvec &v, const int s) |
| cfixvec * int More... | |
| cfixvec | itpp::operator* (const int s, const cfixvec &v) |
| int * cfixvec More... | |
| cfixvec | itpp::operator/ (const cfixvec &v, const int s) |
cfixvec / int using quantization mode TRN More... | |
| cfixmat | itpp::operator+ (const cfixmat &m, const int s) |
| cfixmat + int More... | |
| cfixmat | itpp::operator+ (const int s, const cfixmat &m) |
| int + cfixmat More... | |
| cfixmat | itpp::operator- (const cfixmat &m, const int s) |
| cfixmat - int More... | |
| cfixmat | itpp::operator- (const int s, const cfixmat &m) |
| int - cfixmat More... | |
| cfixmat | itpp::operator* (const cfixmat &m, const int s) |
| cfixmat * int More... | |
| cfixmat | itpp::operator* (const int s, const cfixmat &m) |
| int * cfixmat More... | |
| cfixmat | itpp::operator/ (const cfixmat &m, const int s) |
cfixmat / int using quantization mode TRN More... | |
| cfixvec | itpp::operator+ (const cfixvec &a, const fixvec &b) |
| cfixvec + fixvec More... | |
| cfixvec | itpp::operator+ (const fixvec &a, const cfixvec &b) |
| fixvec + cfixvec More... | |
| cfixvec | itpp::operator- (const cfixvec &a, const fixvec &b) |
| cfixvec - fixvec More... | |
| cfixvec | itpp::operator- (const fixvec &a, const cfixvec &b) |
| fixvec - cfixvec More... | |
| CFix | itpp::operator* (const cfixvec &a, const fixvec &b) |
| cfixvec * fixvec More... | |
| CFix | itpp::operator* (const fixvec &a, const cfixvec &b) |
| fixvec * cfixvec More... | |
| cfixmat | itpp::operator+ (const cfixmat &a, const fixmat &b) |
| cfixmat + fixmat More... | |
| cfixmat | itpp::operator+ (const fixmat &a, const cfixmat &b) |
| fixmat + cfixmat More... | |
| cfixmat | itpp::operator- (const cfixmat &a, const fixmat &b) |
| cfixmat - fixmat More... | |
| cfixmat | itpp::operator- (const fixmat &a, const cfixmat &b) |
| fixmat - cfixmat More... | |
| cfixmat | itpp::operator* (const cfixmat &a, const fixmat &b) |
| cfixmat * fixmat More... | |
| cfixmat | itpp::operator* (const fixmat &a, const cfixmat &b) |
| fixmat * cfixmat More... | |
| cfixvec | itpp::operator+ (const cfixvec &a, const ivec &b) |
| cfixvec + ivec More... | |
| cfixvec | itpp::operator+ (const ivec &a, const cfixvec &b) |
| ivec + cfixvec More... | |
| cfixvec | itpp::operator- (const cfixvec &a, const ivec &b) |
| cfixvec - ivec More... | |
| cfixvec | itpp::operator- (const ivec &a, const cfixvec &b) |
| ivec - cfixvec More... | |
| CFix | itpp::operator* (const cfixvec &a, const ivec &b) |
| cfixvec * ivec More... | |
| CFix | itpp::operator* (const ivec &a, const cfixvec &b) |
| ivec * cfixvec More... | |
| cfixmat | itpp::operator+ (const cfixmat &a, const imat &b) |
| cfixmat + imat More... | |
| cfixmat | itpp::operator+ (const imat &a, const cfixmat &b) |
| imat + cfixmat More... | |
| cfixmat | itpp::operator- (const cfixmat &a, const imat &b) |
| cfixmat - imat More... | |
| cfixmat | itpp::operator- (const imat &a, const cfixmat &b) |
| imat - cfixmat More... | |
| cfixmat | itpp::operator* (const cfixmat &a, const imat &b) |
| cfixmat * imat More... | |
| cfixmat | itpp::operator* (const imat &a, const cfixmat &b) |
| imat * cfixmat More... | |
Definitions of a set of operators for Fix, Fixed, CFix and CFixed classes.
Copyright (C) 1995-2010 (see AUTHORS file for a list of contributors)
This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.
IT++ 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 3 of the License, or (at your option) any later version.
IT++ 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 IT++. If not, see http://www.gnu.org/licenses/.
Definition in file fix_operators.h.
Generated on Wed Mar 30 2022 00:00:00 for IT++ by Doxygen 1.9.3