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 "f77-fcn.h"
#include "fNDArray.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, FloatComplexNDArray, FloatComplexNDArray, FloatNDArray, mx_inline_pow) BSXFUN_OP2_DEF_MXLOOP(pow | |
FloatNDArray | imag (const FloatComplexNDArray &a) |
std::ostream & | operator<< (std::ostream &os, const FloatNDArray &a) |
std::istream & | operator>> (std::istream &is, FloatNDArray &a) |
FloatNDArray | real (const FloatComplexNDArray &a) |
Variables | |
FloatComplexNDArray | |
FloatNDArray |
BSXFUN_OP2_DEF_MXLOOP | ( | pow | , |
FloatComplexNDArray | , | ||
FloatComplexNDArray | , | ||
FloatNDArray | , | ||
mx_inline_pow | |||
) |
FloatNDArray imag | ( | const FloatComplexNDArray & | a | ) |
Definition at line 764 of file fNDArray.cc.
References mx_inline_imag().
std::ostream& operator<< | ( | std::ostream & | os, |
const FloatNDArray & | a | ||
) |
Definition at line 852 of file fNDArray.cc.
References Array< T >::elem(), Array< T >::nelem(), and octave_write_float().
std::istream& operator>> | ( | std::istream & | is, |
FloatNDArray & | a | ||
) |
Definition at line 866 of file fNDArray.cc.
References Array< T >::elem(), and Array< T >::nelem().
FloatNDArray real | ( | const FloatComplexNDArray & | a | ) |
Definition at line 758 of file fNDArray.cc.
References mx_inline_real().
Definition at line 905 of file fNDArray.cc.
Referenced by Fbsxfun(), fill_matrix(), octave_float_complex_matrix::float_complex_array_value(), octave_complex_matrix::float_complex_array_value(), octave_float_complex::float_complex_array_value(), octave_char_matrix::float_complex_array_value(), octave_complex::float_complex_array_value(), octave_base_diag< DMT, MT >::float_complex_array_value(), octave_float_matrix::float_complex_array_value(), octave_bool_matrix::float_complex_array_value(), octave_matrix::float_complex_array_value(), octave_bool::float_complex_array_value(), octave_scalar::float_complex_array_value(), and octave_float_scalar::float_complex_array_value().
Definition at line 905 of file fNDArray.cc.
Referenced by fill_matrix(), octave_float_complex::float_array_value(), octave_char_matrix::float_array_value(), octave_complex::float_array_value(), octave_bool_matrix::float_array_value(), octave_base_diag< DMT, MT >::float_array_value(), octave_scalar::float_array_value(), octave_float_scalar::float_array_value(), octave_bool::float_array_value(), octave_rand::float_nd_array(), and octave_float_matrix::map().