#include "errwarn.h"
#include "ovl.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.
Functions | |
void | install_fcdm_fcdm_ops (octave::type_info &ti) |
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_value * | oct_conv_float_complex_diag_matrix_to_complex_diag_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) |
void install_fcdm_fcdm_ops | ( | octave::type_info & | ti | ) |
Definition at line 97 of file op-fcdm-fcdm.cc.
References INSTALL_ASSIGNCONV_TI, INSTALL_BINOP_TI, INSTALL_UNOP_TI, INSTALL_WIDENOP_TI, op_add(), op_div(), op_hermitian(), op_ldiv(), op_mul(), op_sub(), op_transpose(), op_uminus(), op_uplus(), and transpose().
|
static |
Definition at line 62 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 66 of file op-fcdm-fcdm.cc.
References a2, octave_base_value::float_complex_diag_matrix_value(), octave_float_complex_diag_matrix::float_complex_diag_matrix_value(), v2, and xdiv().
|
static |
Definition at line 77 of file op-fcdm-fcdm.cc.
References a2, octave_base_value::float_complex_diag_matrix_value(), octave_float_complex_diag_matrix::float_complex_diag_matrix_value(), v2, and xleftdiv().
|
static |
Definition at line 64 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 63 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 88 of file op-fcdm-fcdm.cc.
References octave_float_complex_diag_matrix::complex_diag_matrix_value().
|
static |
Definition at line 53 of file op-fcdm-fcdm.cc.
References octave_float_complex_diag_matrix::float_complex_diag_matrix_value(), FloatComplexDiagMatrix::hermitian(), and octave_value().
|
static |
Definition at line 46 of file op-fcdm-fcdm.cc.
References octave_float_complex_diag_matrix::float_complex_diag_matrix_value(), octave_value(), and FloatComplexDiagMatrix::transpose().
|
static |
Definition at line 44 of file op-fcdm-fcdm.cc.
|
static |
Definition at line 43 of file op-fcdm-fcdm.cc.