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 "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 | |
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 | |||
) |
NDArray imag | ( | const ComplexNDArray & | a | ) |
Definition at line 801 of file dNDArray.cc.
References mx_inline_imag().
std::ostream& operator<< | ( | std::ostream & | os, |
const NDArray & | a | ||
) |
Definition at line 887 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 901 of file dNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
NDArray real | ( | const ComplexNDArray & | a | ) |
Definition at line 795 of file dNDArray.cc.
References mx_inline_real().
Definition at line 940 of file dNDArray.cc.
Referenced by octave_sparse_bool_matrix::complex_array_value(), octave_sparse_complex_matrix::complex_array_value(), octave_sparse_matrix::complex_array_value(), octave_float_complex::complex_array_value(), octave_char_matrix::complex_array_value(), octave_complex::complex_array_value(), octave_base_diag< DMT, MT >::complex_array_value(), octave_float_matrix::complex_array_value(), octave_bool_matrix::complex_array_value(), octave_matrix::complex_array_value(), octave_bool::complex_array_value(), octave_scalar::complex_array_value(), octave_float_scalar::complex_array_value(), Fbsxfun(), and fill_matrix().
Definition at line 940 of file dNDArray.cc.
Referenced by octave_sparse_bool_matrix::array_value(), octave_float_complex::array_value(), octave_char_matrix::array_value(), octave_complex::array_value(), octave_sparse_matrix::array_value(), octave_bool_matrix::array_value(), octave_base_diag< DMT, MT >::array_value(), octave_float_matrix::array_value(), octave_scalar::array_value(), octave_float_scalar::array_value(), octave_bool::array_value(), do_bessel(), do_minmax_bin_op< charNDArray >(), do_minmax_red_op< charNDArray >(), Fairy(), Farrayfun(), Fbsxfun(), Fcellfun(), fill_matrix(), octave_matrix::map(), octave_rand::nd_array(), octave_range::permute(), read_mat5_binary_element(), and octave_range::reshape().