GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>
#include <vector>
#include "Array-util.h"
#include "f77-fcn.h"
#include "fNDArray.h"
#include "functor.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 891 of file fNDArray.cc.
FloatNDArray bsxfun_div | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 891 of file fNDArray.cc.
boolNDArray bsxfun_eq | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
boolNDArray bsxfun_ge | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
boolNDArray bsxfun_gt | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
boolNDArray bsxfun_le | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
boolNDArray bsxfun_lt | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
FloatNDArray bsxfun_max | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 891 of file fNDArray.cc.
FloatNDArray bsxfun_min | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 891 of file fNDArray.cc.
FloatNDArray bsxfun_mul | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 891 of file fNDArray.cc.
boolNDArray bsxfun_ne | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 892 of file fNDArray.cc.
OCTAVE_API FloatNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 894 of file fNDArray.cc.
FloatComplexNDArray bsxfun_pow | ( | const FloatComplexNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 896 of file fNDArray.cc.
FloatComplexNDArray bsxfun_pow | ( | const FloatNDArray & | x, |
const FloatComplexNDArray & | y | ||
) |
Definition at line 898 of file fNDArray.cc.
FloatNDArray bsxfun_sub | ( | const FloatNDArray & | x, |
const FloatNDArray & | y | ||
) |
Definition at line 891 of file fNDArray.cc.
FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
Definition at line 770 of file fNDArray.cc.
References mx_inline_imag().
FloatNDArray max | ( | const FloatNDArray & | m, |
float | d | ||
) |
Definition at line 880 of file fNDArray.cc.
FloatNDArray max | ( | float | d, |
const FloatNDArray & | m | ||
) |
Definition at line 880 of file fNDArray.cc.
Referenced by FloatNDArray::concat().
FloatNDArray max | ( | const FloatNDArray & | a, |
const FloatNDArray & | b | ||
) |
Definition at line 880 of file fNDArray.cc.
FloatNDArray min | ( | float | d, |
const FloatNDArray & | m | ||
) |
Definition at line 880 of file fNDArray.cc.
FloatNDArray min | ( | const FloatNDArray & | m, |
float | d | ||
) |
Definition at line 880 of file fNDArray.cc.
FloatNDArray min | ( | const FloatNDArray & | a, |
const FloatNDArray & | b | ||
) |
Definition at line 880 of file fNDArray.cc.
boolNDArray mx_el_and | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_and | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_and | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
boolNDArray mx_el_and_not | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_and_not | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_and_not | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
boolNDArray mx_el_eq | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_eq | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_eq | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_ge | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_ge | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_ge | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_gt | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_gt | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_gt | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_le | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_le | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_le | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_lt | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_lt | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_lt | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_ne | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 882 of file fNDArray.cc.
boolNDArray mx_el_ne | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 885 of file fNDArray.cc.
boolNDArray mx_el_ne | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 888 of file fNDArray.cc.
boolNDArray mx_el_not_and | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_not_and | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_not_and | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
boolNDArray mx_el_not_or | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_not_or | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_not_or | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
boolNDArray mx_el_or | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_or | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_or | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
boolNDArray mx_el_or_not | ( | const FloatNDArray & | m, |
const float & | s | ||
) |
Definition at line 883 of file fNDArray.cc.
boolNDArray mx_el_or_not | ( | const float & | s, |
const FloatNDArray & | m | ||
) |
Definition at line 886 of file fNDArray.cc.
boolNDArray mx_el_or_not | ( | const FloatNDArray & | m1, |
const FloatNDArray & | m2 | ||
) |
Definition at line 889 of file fNDArray.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatNDArray & | a | ||
) |
Definition at line 844 of file fNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_float().
std::istream& operator>> | ( | std::istream & | is, |
FloatNDArray & | a | ||
) |
Definition at line 858 of file fNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |
Definition at line 764 of file fNDArray.cc.
References mx_inline_real().