#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.
Functions | |
CONVDECL (float_complex_diag_matrix_to_float_complex_matrix) | |
CONVDECL (float_complex_diag_matrix_to_complex_diag_matrix) | |
DEFBINOP (div, float_complex_diag_matrix, float_complex_diag_matrix) | |
DEFBINOP (ldiv, float_complex_diag_matrix, float_complex_diag_matrix) | |
DEFUNOP (hermitian, float_complex_diag_matrix) | |
DEFUNOP (transpose, float_complex_diag_matrix) | |
void | install_fcdm_fcdm_ops (void) |
CONVDECL | ( | float_complex_diag_matrix_to_float_complex_matrix | ) |
Definition at line 77 of file op-fcdm-fcdm.cc.
References CAST_CONV_ARG.
CONVDECL | ( | float_complex_diag_matrix_to_complex_diag_matrix | ) |
Definition at line 84 of file op-fcdm-fcdm.cc.
References CAST_CONV_ARG.
DEFBINOP | ( | div | , | |
float_complex_diag_matrix | , | |||
float_complex_diag_matrix | ||||
) |
Definition at line 61 of file op-fcdm-fcdm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
float_complex_diag_matrix | , | |||
float_complex_diag_matrix | ||||
) |
Definition at line 69 of file op-fcdm-fcdm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFUNOP | ( | hermitian | , | |
float_complex_diag_matrix | ||||
) |
Definition at line 49 of file op-fcdm-fcdm.cc.
References CAST_UNOP_ARG, and octave_value().
DEFUNOP | ( | transpose | , | |
float_complex_diag_matrix | ||||
) |
Definition at line 43 of file op-fcdm-fcdm.cc.
References CAST_UNOP_ARG, and octave_value().
void install_fcdm_fcdm_ops | ( | void | ) |
Definition at line 92 of file op-fcdm-fcdm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CONVOP, INSTALL_UNOP, INSTALL_WIDENOP, and transpose().