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
op-fcdm-fcdm.cc File Reference
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-flt-cx-mat.h"
#include "ov-flt-cx-diag.h"
#include "ov-cx-diag.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-fcdm-fcdm.cc:

Go to the source code of this file.

Functions

void install_fcdm_fcdm_ops (void)
 
static octave_value oct_binop_add (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_div (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_ldiv (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_mul (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_value oct_binop_sub (const octave_base_value &a1, const octave_base_value &a2)
 
static octave_base_valueoct_conv_float_complex_diag_matrix_to_complex_diag_matrix (const octave_base_value &a)
 
static octave_base_valueoct_conv_float_complex_diag_matrix_to_float_complex_matrix (const octave_base_value &a)
 
static octave_value oct_unop_hermitian (const octave_base_value &a)
 
static octave_value oct_unop_transpose (const octave_base_value &a)
 
static octave_value oct_unop_uminus (const octave_base_value &a)
 
static octave_value oct_unop_uplus (const octave_base_value &a)
 

Function Documentation

void install_fcdm_fcdm_ops ( void  )
static octave_value oct_binop_add ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 57 of file op-fcdm-fcdm.cc.

static octave_value oct_binop_div ( const octave_base_value a1,
const octave_base_value a2 
)
static
static octave_value oct_binop_ldiv ( const octave_base_value a1,
const octave_base_value a2 
)
static
static octave_value oct_binop_mul ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 59 of file op-fcdm-fcdm.cc.

static octave_value oct_binop_sub ( const octave_base_value a1,
const octave_base_value a2 
)
static

Definition at line 58 of file op-fcdm-fcdm.cc.

static octave_base_value* oct_conv_float_complex_diag_matrix_to_complex_diag_matrix ( const octave_base_value a)
static

Definition at line 86 of file op-fcdm-fcdm.cc.

References CAST_CONV_ARG.

static octave_base_value* oct_conv_float_complex_diag_matrix_to_float_complex_matrix ( const octave_base_value a)
static

Definition at line 79 of file op-fcdm-fcdm.cc.

References CAST_CONV_ARG.

static octave_value oct_unop_hermitian ( const octave_base_value a)
static

Definition at line 49 of file op-fcdm-fcdm.cc.

References CAST_UNOP_ARG, and octave_value().

static octave_value oct_unop_transpose ( const octave_base_value a)
static

Definition at line 43 of file op-fcdm-fcdm.cc.

References CAST_UNOP_ARG, and octave_value().

static octave_value oct_unop_uminus ( const octave_base_value a)
static

Definition at line 41 of file op-fcdm-fcdm.cc.

static octave_value oct_unop_uplus ( const octave_base_value a)
static

Definition at line 40 of file op-fcdm-fcdm.cc.