GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
ov-cx-diag.cc File Reference
#include "byte-swap.h"
#include "ov-cx-diag.h"
#include "ov-flt-cx-diag.h"
#include "ov-re-diag.h"
#include "ov-base-diag.cc"
#include "ov-complex.h"
#include "ov-cx-mat.h"
#include "ls-utils.h"
Include dependency graph for ov-cx-diag.cc:

Go to the source code of this file.

Functions

static octave_base_valuedefault_numeric_conversion_function (const octave_base_value &a)
 
static octave_base_valuedefault_numeric_demotion_function (const octave_base_value &a)
 

Function Documentation

static octave_base_value* default_numeric_conversion_function ( const octave_base_value a)
static

Definition at line 44 of file ov-cx-diag.cc.

References CAST_CONV_ARG.

Referenced by octave_complex_diag_matrix::numeric_conversion_function().

static octave_base_value* default_numeric_demotion_function ( const octave_base_value a)
static

Definition at line 60 of file ov-cx-diag.cc.

References CAST_CONV_ARG.

Referenced by octave_complex_diag_matrix::numeric_demotion_function().