#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-typeinfo.h"
#include "ov-null-mat.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
CONVDECL (complex_matrix_to_float_complex_matrix) | |
DEFBINOP (ldiv, complex_matrix, complex_matrix) | |
DEFBINOP (el_ldiv, complex_matrix, complex_matrix) | |
DEFBINOP (herm_mul, complex_matrix, complex_matrix) | |
DEFBINOP (herm_ldiv, complex_matrix, complex_matrix) | |
DEFBINOP (mul_herm, complex_matrix, complex_matrix) | |
DEFBINOP (trans_ldiv, complex_matrix, complex_matrix) | |
DEFBINOP (div, complex_matrix, complex_matrix) | |
DEFBINOP (mul_trans, complex_matrix, complex_matrix) | |
DEFBINOP (trans_mul, complex_matrix, complex_matrix) | |
DEFBINOPX (pow, complex_matrix, complex_matrix) | |
DEFUNOP (transpose, complex_matrix) | |
DEFUNOP (hermitian, complex_matrix) | |
void | install_cm_cm_ops (void) |
CONVDECL | ( | complex_matrix_to_float_complex_matrix | ) |
Definition at line 199 of file op-cm-cm.cc.
References CAST_CONV_ARG.
DEFBINOP | ( | ldiv | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 99 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | el_ldiv | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 178 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOP | ( | herm_mul | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 127 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | herm_ldiv | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 155 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | mul_herm | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 135 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | trans_ldiv | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 143 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | div | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 81 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | mul_trans | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 119 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | trans_mul | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 111 of file op-cm-cm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOPX | ( | pow | , | |
complex_matrix | , | |||
complex_matrix | ||||
) |
Definition at line 93 of file op-cm-cm.cc.
References error(), and octave_value().
DEFUNOP | ( | transpose | , | |
complex_matrix | ||||
) |
Definition at line 44 of file op-cm-cm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
DEFUNOP | ( | hermitian | , | |
complex_matrix | ||||
) |
Definition at line 57 of file op-cm-cm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
void install_cm_cm_ops | ( | void | ) |
Definition at line 207 of file op-cm-cm.cc.
References herm_mul(), INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, mul_herm(), mul_trans(), pow(), trans_mul(), and transpose().