#include <istream>#include <limits>#include <ostream>#include "Array-util.h"#include "f77-fcn.h"#include "fNDArray.h"#include "lo-ieee.h"#include "mappers.h"#include "mx-base.h"#include "mx-op-defs.h"#include "oct-error.h"#include "oct-fftw.h"#include "oct-locbuf.h"#include "bsxfun-defs.cc"Go to the source code of this file.
| FloatNDArray bsxfun_add | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_div | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| boolNDArray bsxfun_eq | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| boolNDArray bsxfun_ge | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| boolNDArray bsxfun_gt | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| boolNDArray bsxfun_le | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| boolNDArray bsxfun_lt | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| FloatNDArray bsxfun_max | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_max | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y, | ||
| const bool | nanflag | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_max | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_min | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_min | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y, | ||
| const bool | nanflag | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_min | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray bsxfun_mul | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| boolNDArray bsxfun_ne | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 658 of file fNDArray.cc.
| FloatComplexNDArray bsxfun_pow | ( | const FloatComplexNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 662 of file fNDArray.cc.
| FloatComplexNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 664 of file fNDArray.cc.
| FloatNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 660 of file fNDArray.cc.
| FloatNDArray bsxfun_sub | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 657 of file fNDArray.cc.
| FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
Definition at line 538 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | m, |
| float | d | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | m, |
| float | d, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | m, |
| float | d, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | float | d, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | float | d, |
| const FloatNDArray & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray max | ( | float | d, |
| const FloatNDArray & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | m, |
| float | d | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | m, |
| float | d, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | m, |
| float | d, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | float | d, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | float | d, |
| const FloatNDArray & | m, | ||
| const bool | nanflag | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| FloatNDArray min | ( | float | d, |
| const FloatNDArray & | m, | ||
| const bool | nanflag, | ||
| const bool | realabs | ||
| ) |
Definition at line 646 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 651 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 648 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 654 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 652 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 649 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 655 of file fNDArray.cc.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const FloatNDArray & | a | ||
| ) |
Definition at line 611 of file fNDArray.cc.
| std::istream & operator>> | ( | std::istream & | is, |
| FloatNDArray & | a | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |
Definition at line 532 of file fNDArray.cc.