Navigation

Operators and Keywords

Function List:

C++ API

octave_complex Class Reference

#include <ov-complex.h>

Inherits octave_base_scalar< Complex >.

Collaboration diagram for octave_complex:

List of all members.


Public Member Functions

 octave_complex (void)
 octave_complex (const Complex &c)
 octave_complex (const octave_complex &c)
 ~octave_complex (void)
octave_base_valueclone (void) const
octave_base_valueempty_clone (void) const
type_conv_info numeric_demotion_function (void) const
octave_base_valuetry_narrowing_conversion (void)
octave_value do_index_op (const octave_value_list &idx, bool resize_ok=false)
octave_value any (int=0) const
builtin_type_t builtin_type (void) const
bool is_complex_scalar (void) const
bool is_complex_type (void) const
bool is_double_type (void) const
bool is_float_type (void) const
double double_value (bool=false) const
float float_value (bool=false) const
double scalar_value (bool frc_str_conv=false) const
float float_scalar_value (bool frc_str_conv=false) const
Matrix matrix_value (bool=false) const
FloatMatrix float_matrix_value (bool=false) const
NDArray array_value (bool=false) const
FloatNDArray float_array_value (bool=false) const
SparseMatrix sparse_matrix_value (bool=false) const
SparseComplexMatrix sparse_complex_matrix_value (bool=false) const
octave_value resize (const dim_vector &dv, bool fill=false) const
Complex complex_value (bool=false) const
FloatComplex float_complex_value (bool=false) const
ComplexMatrix complex_matrix_value (bool=false) const
FloatComplexMatrix float_complex_matrix_value (bool=false) const
ComplexNDArray complex_array_value (bool=false) const
FloatComplexNDArray float_complex_array_value (bool=false) const
void increment (void)
void decrement (void)
bool save_ascii (std::ostream &os)
bool load_ascii (std::istream &is)
bool save_binary (std::ostream &os, bool &save_as_floats)
bool load_binary (std::istream &is, bool swap, oct_mach_info::float_format fmt)
int write (octave_stream &os, int block_size, oct_data_conv::data_type output_type, int skip, oct_mach_info::float_format flt_fmt) const
mxArrayas_mxArray (void) const
octave_value erf (void) const
octave_value erfc (void) const
octave_value gamma (void) const
octave_value lgamma (void) const
octave_value abs (void) const
octave_value acos (void) const
octave_value acosh (void) const
octave_value angle (void) const
octave_value arg (void) const
octave_value asin (void) const
octave_value asinh (void) const
octave_value atan (void) const
octave_value atanh (void) const
octave_value ceil (void) const
octave_value conj (void) const
octave_value cos (void) const
octave_value cosh (void) const
octave_value exp (void) const
octave_value expm1 (void) const
octave_value fix (void) const
octave_value floor (void) const
octave_value imag (void) const
octave_value log (void) const
octave_value log2 (void) const
octave_value log10 (void) const
octave_value log1p (void) const
octave_value real (void) const
octave_value round (void) const
octave_value roundb (void) const
octave_value signum (void) const
octave_value sin (void) const
octave_value sinh (void) const
octave_value sqrt (void) const
octave_value tan (void) const
octave_value tanh (void) const
octave_value finite (void) const
octave_value isinf (void) const
octave_value isna (void) const
octave_value isnan (void) const

Constructor & Destructor Documentation

octave_complex::octave_complex ( void   )  [inline]

octave_complex::octave_complex ( const Complex c  )  [inline]

octave_complex::octave_complex ( const octave_complex c  )  [inline]

octave_complex::~octave_complex ( void   )  [inline]


Member Function Documentation

octave_value octave_complex::abs ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::acos ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::acosh ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::angle ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::any ( int  = 0  )  const [inline, virtual]

Reimplemented from octave_base_scalar< Complex >.

octave_value octave_complex::arg ( void   )  const [virtual]

Reimplemented from octave_base_value.

NDArray octave_complex::array_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

mxArray * octave_complex::as_mxArray ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::asin ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::asinh ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::atan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::atanh ( void   )  const [virtual]

Reimplemented from octave_base_value.

builtin_type_t octave_complex::builtin_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::ceil ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_complex::clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_scalar< Complex >.

ComplexNDArray octave_complex::complex_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

ComplexMatrix octave_complex::complex_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

Complex octave_complex::complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::conj ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::cos ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::cosh ( void   )  const [virtual]

Reimplemented from octave_base_value.

void octave_complex::decrement ( void   )  [inline]

octave_value octave_complex::do_index_op ( const octave_value_list idx,
bool  resize_ok = false 
) [virtual]

Reimplemented from octave_base_value.

double octave_complex::double_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value* octave_complex::empty_clone ( void   )  const [inline, virtual]

Reimplemented from octave_base_scalar< Complex >.

octave_value octave_complex::erf ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::erfc ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::exp ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::expm1 ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::finite ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::fix ( void   )  const [virtual]

Reimplemented from octave_base_value.

FloatNDArray octave_complex::float_array_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatComplexNDArray octave_complex::float_complex_array_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatComplexMatrix octave_complex::float_complex_matrix_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatComplex octave_complex::float_complex_value ( bool  = false  )  const [virtual]

Reimplemented from octave_base_value.

FloatMatrix octave_complex::float_matrix_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

float octave_complex::float_scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

float octave_complex::float_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::floor ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::gamma ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::imag ( void   )  const [virtual]

Reimplemented from octave_base_value.

void octave_complex::increment ( void   )  [inline]

bool octave_complex::is_complex_scalar ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_complex::is_complex_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_complex::is_double_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

bool octave_complex::is_float_type ( void   )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::isinf ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::isna ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::isnan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::lgamma ( void   )  const [virtual]

Reimplemented from octave_base_value.

bool octave_complex::load_ascii ( std::istream &  is  )  [virtual]

Reimplemented from octave_base_value.

bool octave_complex::load_binary ( std::istream &  is,
bool  swap,
oct_mach_info::float_format  fmt 
) [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::log ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::log10 ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::log1p ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::log2 ( void   )  const [virtual]

Reimplemented from octave_base_value.

Matrix octave_complex::matrix_value ( bool  force_conversion = false  )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value::type_conv_info octave_complex::numeric_demotion_function ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::real ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::resize ( const dim_vector dv,
bool  fill = false 
) const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::round ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::roundb ( void   )  const [virtual]

Reimplemented from octave_base_value.

bool octave_complex::save_ascii ( std::ostream os  )  [virtual]

Reimplemented from octave_base_value.

bool octave_complex::save_binary ( std::ostream os,
bool save_as_floats 
) [virtual]

Reimplemented from octave_base_value.

double octave_complex::scalar_value ( bool  frc_str_conv = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::signum ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::sin ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::sinh ( void   )  const [virtual]

Reimplemented from octave_base_value.

SparseComplexMatrix octave_complex::sparse_complex_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

SparseMatrix octave_complex::sparse_matrix_value ( bool  = false  )  const [inline, virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::sqrt ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::tan ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_value octave_complex::tanh ( void   )  const [virtual]

Reimplemented from octave_base_value.

octave_base_value * octave_complex::try_narrowing_conversion ( void   )  [virtual]

Reimplemented from octave_base_value.

int octave_complex::write ( octave_stream os,
int  block_size,
oct_data_conv::data_type  output_type,
int  skip,
oct_mach_info::float_format  flt_fmt 
) const [inline, virtual]

Reimplemented from octave_base_value.


The documentation for this class was generated from the following files: