#include <istream>#include <limits>#include <ostream>#include "Array-util.h"#include "f77-fcn.h"#include "fNDArray.h"#include "lo-error.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "mx-base.h"#include "mx-op-defs.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 635 of file fNDArray.cc.
| FloatNDArray bsxfun_div | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 635 of file fNDArray.cc.
| boolNDArray bsxfun_eq | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| boolNDArray bsxfun_ge | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| boolNDArray bsxfun_gt | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| boolNDArray bsxfun_le | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| boolNDArray bsxfun_lt | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| FloatNDArray bsxfun_max | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 635 of file fNDArray.cc.
| FloatNDArray bsxfun_min | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 635 of file fNDArray.cc.
| FloatNDArray bsxfun_mul | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 635 of file fNDArray.cc.
| boolNDArray bsxfun_ne | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 636 of file fNDArray.cc.
| FloatComplexNDArray bsxfun_pow | ( | const FloatComplexNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 640 of file fNDArray.cc.
| FloatComplexNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
| const FloatComplexNDArray & | y | ||
| ) |
Definition at line 642 of file fNDArray.cc.
| OCTAVE_API FloatNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 638 of file fNDArray.cc.
| FloatNDArray bsxfun_sub | ( | const FloatNDArray & | x, |
| const FloatNDArray & | y | ||
| ) |
Definition at line 635 of file fNDArray.cc.
| FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
Definition at line 516 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b | ||
| ) |
Definition at line 624 of file fNDArray.cc.
| FloatNDArray max | ( | const FloatNDArray & | m, |
| float | d | ||
| ) |
Definition at line 624 of file fNDArray.cc.
| FloatNDArray max | ( | float | d, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 624 of file fNDArray.cc.
Referenced by FloatNDArray::concat().
| FloatNDArray min | ( | const FloatNDArray & | a, |
| const FloatNDArray & | b | ||
| ) |
Definition at line 624 of file fNDArray.cc.
| FloatNDArray min | ( | const FloatNDArray & | m, |
| float | d | ||
| ) |
Definition at line 624 of file fNDArray.cc.
| FloatNDArray min | ( | float | d, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 624 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_and | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_and_not | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_eq | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_ge | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_gt | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_le | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_lt | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 629 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 626 of file fNDArray.cc.
| boolNDArray mx_el_ne | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 632 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_not_and | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_not_or | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_or | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const float & | s, |
| const FloatNDArray & | m | ||
| ) |
Definition at line 630 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatNDArray & | m, |
| const float & | s | ||
| ) |
Definition at line 627 of file fNDArray.cc.
| boolNDArray mx_el_or_not | ( | const FloatNDArray & | m1, |
| const FloatNDArray & | m2 | ||
| ) |
Definition at line 633 of file fNDArray.cc.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FloatNDArray & | a | ||
| ) |
Definition at line 589 of file fNDArray.cc.
| std::istream& operator>> | ( | std::istream & | is, |
| FloatNDArray & | a | ||
| ) |
Definition at line 604 of file fNDArray.cc.
| FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |
Definition at line 510 of file fNDArray.cc.