#include <cfloat>
#include <vector>
#include "Array-util.h"
#include "dNDArray.h"
#include "f77-fcn.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.
Functions | |
BSXFUN_OP2_DEF_MXLOOP (pow, ComplexNDArray, ComplexNDArray, NDArray, mx_inline_pow) BSXFUN_OP2_DEF_MXLOOP(pow | |
F77_RET_T | F77_FUNC (zffti, ZFFTI)(const octave_idx_type & |
F77_RET_T Complex *F77_RET_T | F77_FUNC (zfftf, ZFFTF)(const octave_idx_type & |
F77_RET_T Complex *F77_RET_T Complex Complex *F77_RET_T | F77_FUNC (zfftb, ZFFTB)(const octave_idx_type & |
NDArray | imag (const ComplexNDArray &a) |
std::ostream & | operator<< (std::ostream &os, const NDArray &a) |
std::istream & | operator>> (std::istream &is, NDArray &a) |
NDArray | real (const ComplexNDArray &a) |
Variables | |
ComplexNDArray | |
NDArray |
BSXFUN_OP2_DEF_MXLOOP | ( | pow | , | |
ComplexNDArray | , | |||
ComplexNDArray | , | |||
NDArray | , | |||
mx_inline_pow | ||||
) |
F77_RET_T F77_FUNC | ( | zffti | , | |
ZFFTI | ||||
) | const |
F77_RET_T Complex* F77_RET_T F77_FUNC | ( | zfftf | , | |
ZFFTF | ||||
) | const |
NDArray imag | ( | const ComplexNDArray & | a | ) |
Definition at line 802 of file dNDArray.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
const NDArray & | a | |||
) |
Definition at line 882 of file dNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_double().
std::istream& operator>> | ( | std::istream & | is, | |
NDArray & | a | |||
) |
Definition at line 896 of file dNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
NDArray real | ( | const ComplexNDArray & | a | ) |
Definition at line 796 of file dNDArray.cc.
Definition at line 935 of file dNDArray.cc.
Referenced by octave_scalar::complex_array_value(), octave_sparse_matrix::complex_array_value(), octave_matrix::complex_array_value(), octave_float_matrix::complex_array_value(), octave_float_complex::complex_array_value(), octave_float_scalar::complex_array_value(), octave_sparse_complex_matrix::complex_array_value(), octave_complex::complex_array_value(), octave_char_matrix::complex_array_value(), octave_bool::complex_array_value(), octave_sparse_bool_matrix::complex_array_value(), octave_bool_matrix::complex_array_value(), octave_base_diag< DMT, MT >::complex_array_value(), DEFUN_DLD(), and fill_matrix().
Definition at line 935 of file dNDArray.cc.
Referenced by octave_scalar::array_value(), octave_sparse_matrix::array_value(), octave_float_matrix::array_value(), octave_float_complex::array_value(), octave_float_scalar::array_value(), octave_complex::array_value(), octave_char_matrix::array_value(), octave_bool::array_value(), octave_sparse_bool_matrix::array_value(), octave_bool_matrix::array_value(), octave_base_diag< DMT, MT >::array_value(), DEFUN_DLD(), do_bessel(), fill_matrix(), octave_matrix::map(), octave_rand::nd_array(), octave_range::permute(), read_mat5_binary_element(), and octave_range::reshape().