GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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"
Go to the source code of this file.
Definition at line 94 of file op-fcdm-fcdm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CONVOP, INSTALL_UNOP, INSTALL_WIDENOP, op_add(), op_div(), op_hermitian(), op_ldiv(), op_mul(), op_sub(), op_transpose(), op_uminus(), op_uplus(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 57 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 61 of file op-fcdm-fcdm.cc.
References CAST_BINOP_ARGS, octave_base_value::float_complex_diag_matrix_value(), v1, v2, and xdiv().
|
static |
Definition at line 70 of file op-fcdm-fcdm.cc.
References CAST_BINOP_ARGS, octave_base_value::float_complex_diag_matrix_value(), v1, v2, and xleftdiv().
|
static |
Definition at line 59 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 58 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 86 of file op-fcdm-fcdm.cc.
References CAST_CONV_ARG.
|
static |
Definition at line 79 of file op-fcdm-fcdm.cc.
References CAST_CONV_ARG.
|
static |
Definition at line 49 of file op-fcdm-fcdm.cc.
References CAST_UNOP_ARG, and octave_value().
|
static |
Definition at line 43 of file op-fcdm-fcdm.cc.
References CAST_UNOP_ARG, and octave_value().
|
static |
Definition at line 41 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 40 of file op-fcdm-fcdm.cc.