#include "mx-cm-m.h"
#include "mx-m-cm.h"
#include "mx-cnda-nda.h"
#include "mx-nda-cnda.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-cx-mat.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
DEFBINOP (mul_trans, complex_matrix, matrix) | |
DEFBINOP (div, complex_matrix, matrix) | |
DEFBINOP (el_ldiv, complex_matrix, matrix) | |
DEFBINOP (ldiv, complex_matrix, matrix) | |
DEFBINOPX (pow, complex_matrix, matrix) | |
void | install_cm_m_ops (void) |
DEFBINOP | ( | mul_trans | , | |
complex_matrix | , | |||
matrix | ||||
) |
Definition at line 49 of file op-cm-m.cc.
References blas_no_trans, blas_trans, CAST_BINOP_ARGS(), imag(), real, and xgemm().
DEFBINOP | ( | div | , | |
complex_matrix | , | |||
matrix | ||||
) |
Definition at line 60 of file op-cm-m.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | el_ldiv | , | |
complex_matrix | , | |||
matrix | ||||
) |
Definition at line 102 of file op-cm-m.cc.
References CAST_BINOP_ARGS(), and quotient().
DEFBINOP | ( | ldiv | , | |
complex_matrix | , | |||
matrix | ||||
) |
Definition at line 79 of file op-cm-m.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOPX | ( | pow | , | |
complex_matrix | , | |||
matrix | ||||
) |
Definition at line 73 of file op-cm-m.cc.
References error(), and octave_value().
void install_cm_m_ops | ( | void | ) |
Definition at line 117 of file op-cm-m.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, mul_trans(), and pow().