#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) |
F77_RET_T Complex *F77_RET_T | F77_FUNC (zfftf, ZFFTF)(const octave_idx_type & |
F77_RET_T | F77_FUNC (zffti, ZFFTI)(const octave_idx_type & |
F77_RET_T Complex *F77_RET_T Complex Complex *F77_RET_T | F77_FUNC (zfftb, ZFFTB)(const octave_idx_type & |
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 const Complex Complex_NaN_result | ( | octave_NaN | , | |
octave_NaN | ||||
) | [static] |
ComplexNDArray concat | ( | NDArray & | ra, | |
ComplexNDArray & | rb, | |||
const Array< octave_idx_type > & | ra_idx | |||
) |
Definition at line 678 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(), DEFCATOP(), 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(), load_path::dir_info::get_file_list(), load_path::dir_info::get_method_file_map(), load_path::move_method_map(), and load_path::remove_method_map().
ComplexNDArray conj | ( | const ComplexNDArray & | a | ) |
Definition at line 761 of file CNDArray.cc.
F77_RET_T Complex* F77_RET_T F77_FUNC | ( | zfftf | , | |
ZFFTF | ||||
) | const |
F77_RET_T F77_FUNC | ( | zffti | , | |
ZFFTI | ||||
) | const |
ComplexNDArray& operator*= | ( | ComplexNDArray & | a, | |
double | s | |||
) |
Definition at line 914 of file CNDArray.cc.
ComplexNDArray& operator/= | ( | ComplexNDArray & | a, | |
double | s | |||
) |
Definition at line 923 of file CNDArray.cc.
References Array< T >::is_shared().
std::ostream& operator<< | ( | std::ostream & | os, | |
const ComplexNDArray & | a | |||
) |
Definition at line 867 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 881 of file CNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().