![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cfloat>#include <vector>#include "Array-util.h"#include "CNDArray.h"#include "f77-fcn.h"#include "functor.h"#include "lo-ieee.h"#include "lo-mappers.h"#include "MArray-defs.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.
Functions | |
| static const Complex | Complex_NaN_result (octave_NaN, octave_NaN) |
| ComplexNDArray | concat (NDArray &ra, ComplexNDArray &rb, const Array< octave_idx_type > &ra_idx) |
| ComplexNDArray | conj (const ComplexNDArray &a) |
| ComplexNDArray & | operator*= (ComplexNDArray &a, double s) |
| ComplexNDArray & | operator/= (ComplexNDArray &a, double s) |
| std::ostream & | operator<< (std::ostream &os, const ComplexNDArray &a) |
| std::istream & | operator>> (std::istream &is, ComplexNDArray &a) |
|
static |
| ComplexNDArray concat | ( | NDArray & | ra, |
| ComplexNDArray & | rb, | ||
| const Array< octave_idx_type > & | ra_idx | ||
| ) |
Definition at line 663 of file CNDArray.cc.
References ComplexNDArray::insert(), and Array< T >::numel().
Referenced by load_path::add_to_fcn_map(), load_path::add_to_method_map(), load_path::do_display(), load_path::do_find_all_first_of(), load_path::do_find_fcn(), load_path::do_find_file(), load_path::do_find_first_of(), load_path::do_find_method(), load_path::do_find_private_fcn(), execute_pkg_add_or_del(), genpath(), load_path::dir_info::get_file_list(), load_path::dir_info::get_method_file_map(), load_path::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_scm_cm(), oct_catop_scm_cs(), oct_catop_scm_m(), oct_catop_scm_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(), and load_path::remove_method_map().
| ComplexNDArray conj | ( | const ComplexNDArray & | a | ) |
Definition at line 746 of file CNDArray.cc.
| ComplexNDArray& operator*= | ( | ComplexNDArray & | a, |
| double | s | ||
| ) |
Definition at line 907 of file CNDArray.cc.
References mx_inline_mul2().
| ComplexNDArray& operator/= | ( | ComplexNDArray & | a, |
| double | s | ||
| ) |
Definition at line 916 of file CNDArray.cc.
References Array< T >::is_shared(), and mx_inline_div2().
| std::ostream& operator<< | ( | std::ostream & | os, |
| const ComplexNDArray & | a | ||
| ) |
Definition at line 860 of file CNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_complex().
| std::istream& operator>> | ( | std::istream & | is, |
| ComplexNDArray & | a | ||
| ) |
Definition at line 874 of file CNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
1.8.1.2