#include <complex>#include <istream>#include <ostream>#include "Array-util.h"#include "CNDArray.h"#include "f77-fcn.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "mx-base.h"#include "mx-cnda-s.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.
| ComplexNDArray bsxfun_add | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
| ComplexNDArray bsxfun_div | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
| boolNDArray bsxfun_eq | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| boolNDArray bsxfun_ge | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| boolNDArray bsxfun_gt | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| boolNDArray bsxfun_le | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| boolNDArray bsxfun_lt | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| ComplexNDArray bsxfun_max | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
| ComplexNDArray bsxfun_min | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
| ComplexNDArray bsxfun_mul | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
| boolNDArray bsxfun_ne | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 662 of file CNDArray.cc.
| OCTAVE_API ComplexNDArray bsxfun_pow | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 664 of file CNDArray.cc.
Referenced by do_bsxfun_real_pow(), elem_xpow(), and maybe_fill_table().
| ComplexNDArray bsxfun_sub | ( | const ComplexNDArray & | x, |
| const ComplexNDArray & | y | ||
| ) |
Definition at line 661 of file CNDArray.cc.
|
static |
| ComplexNDArray concat | ( | NDArray & | ra, |
| ComplexNDArray & | rb, | ||
| const Array< octave_idx_type > & | ra_idx | ||
| ) |
Definition at line 418 of file CNDArray.cc.
References ComplexNDArray::insert(), Array< T, Alloc >::numel(), and ra_idx.
Referenced by bp_file_info::bp_file_info(), load_path::package_info::add_to_fcn_map(), load_path::package_info::add_to_method_map(), contents_file_in_path(), load_path::package_info::display(), load_path::execute_pkg_add_or_del(), F__mkdir__(), load_path::find_all_first_of(), load_path::package_info::find_fcn(), load_path::find_file(), load_path::find_first_of(), load_path::package_info::find_method(), load_path::package_info::find_private_fcn(), genpath(), load_path::dir_info::get_file_list(), load_path::dir_info::get_method_file_map(), load_path::package_info::move_method_map(), oct_catop_b_sbm(), oct_catop_b_sm(), oct_catop_bm_sbm(), oct_catop_bm_sm(), oct_catop_chm_m(), oct_catop_chm_s(), oct_catop_cm_scm(), oct_catop_cm_sm(), oct_catop_cs_scm(), oct_catop_cs_sm(), oct_catop_m_chm(), oct_catop_m_sbm(), oct_catop_m_scm(), oct_catop_m_sm(), oct_catop_s_chm(), oct_catop_s_sbm(), oct_catop_sbm_b(), oct_catop_sbm_bm(), oct_catop_sbm_m(), oct_catop_sbm_s(), oct_catop_sm_b(), oct_catop_sm_bm(), oct_catop_sm_cm(), oct_catop_sm_cs(), oct_catop_sm_m(), oct_catop_sm_s(), load_path::package_info::remove_method_map(), subdirs_modified(), latex_renderer::write_tex_file(), and xzip().
| ComplexNDArray conj | ( | const ComplexNDArray & | a | ) |
Definition at line 502 of file CNDArray.cc.
| ComplexNDArray max | ( | Complex | d, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| ComplexNDArray max | ( | const ComplexNDArray & | a, |
| const ComplexNDArray & | b | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| ComplexNDArray max | ( | const ComplexNDArray & | m, |
| Complex | d | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| ComplexNDArray min | ( | Complex | d, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| ComplexNDArray min | ( | const ComplexNDArray & | a, |
| const ComplexNDArray & | b | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| ComplexNDArray min | ( | const ComplexNDArray & | m, |
| Complex | d | ||
| ) |
Definition at line 632 of file CNDArray.cc.
| boolNDArray mx_el_and | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_and | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_and | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| boolNDArray mx_el_and_not | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_and_not | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| boolNDArray mx_el_eq | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_eq | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_eq | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_ge | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_ge | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_ge | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_gt | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_gt | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_gt | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_le | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_le | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_le | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_lt | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_lt | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_lt | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_ne | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 637 of file CNDArray.cc.
| boolNDArray mx_el_ne | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 634 of file CNDArray.cc.
| boolNDArray mx_el_ne | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 640 of file CNDArray.cc.
| boolNDArray mx_el_not_and | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_not_and | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| boolNDArray mx_el_not_or | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_not_or | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| boolNDArray mx_el_or | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_or | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_or | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| boolNDArray mx_el_or_not | ( | const Complex & | s, |
| const ComplexNDArray & | m | ||
| ) |
Definition at line 638 of file CNDArray.cc.
| boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m, |
| const Complex & | s | ||
| ) |
Definition at line 635 of file CNDArray.cc.
| boolNDArray mx_el_or_not | ( | const ComplexNDArray & | m1, |
| const ComplexNDArray & | m2 | ||
| ) |
Definition at line 641 of file CNDArray.cc.
| ComplexNDArray& operator*= | ( | ComplexNDArray & | a, |
| double | s | ||
| ) |
Definition at line 643 of file CNDArray.cc.
References mx_inline_mul2().
| ComplexNDArray& operator/= | ( | ComplexNDArray & | a, |
| double | s | ||
| ) |
Definition at line 652 of file CNDArray.cc.
References Array< T, Alloc >::is_shared(), and mx_inline_div2().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const ComplexNDArray & | a | ||
| ) |
Definition at line 597 of file CNDArray.cc.
| std::istream& operator>> | ( | std::istream & | is, |
| ComplexNDArray & | a | ||
| ) |
Definition at line 612 of file CNDArray.cc.