Functions

op-m-cm.cc File Reference

#include "mx-m-cm.h"
#include "mx-cm-m.h"
#include "mx-nda-cnda.h"
#include "mx-cnda-nda.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-re-mat.h"
#include "ov-flt-re-mat.h"
#include "ov-cx-mat.h"
#include "ov-flt-cx-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Include dependency graph for op-m-cm.cc:

Go to the source code of this file.

Functions

 DEFBINOP (trans_mul, matrix, complex_matrix)
 DEFBINOP (div, matrix, complex_matrix)
 DEFBINOP (ldiv, matrix, complex_matrix)
 DEFBINOP (trans_ldiv, matrix, complex_matrix)
 DEFBINOP (el_ldiv, matrix, complex_matrix)
 DEFBINOPX (pow, matrix, complex_matrix)
 DEFCONV (complex_matrix_conv, matrix, complex_matrix)
void install_m_cm_ops (void)

Function Documentation

DEFBINOP ( trans_mul  ,
matrix  ,
complex_matrix   
)

Definition at line 51 of file op-m-cm.cc.

References blas_no_trans, blas_trans, CAST_BINOP_ARGS(), imag(), real, and xgemm().

DEFBINOP ( div  ,
matrix  ,
complex_matrix   
)

Definition at line 62 of file op-m-cm.cc.

References CAST_BINOP_ARGS(), and xdiv().

DEFBINOP ( ldiv  ,
matrix  ,
complex_matrix   
)

Definition at line 80 of file op-m-cm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( trans_ldiv  ,
matrix  ,
complex_matrix   
)

Definition at line 92 of file op-m-cm.cc.

References CAST_BINOP_ARGS(), and xleftdiv().

DEFBINOP ( el_ldiv  ,
matrix  ,
complex_matrix   
)

Definition at line 115 of file op-m-cm.cc.

References CAST_BINOP_ARGS(), and quotient().

DEFBINOPX ( pow  ,
matrix  ,
complex_matrix   
)

Definition at line 74 of file op-m-cm.cc.

References error(), and octave_value().

DEFCONV ( complex_matrix_conv  ,
matrix  ,
complex_matrix   
)

Definition at line 127 of file op-m-cm.cc.

References CAST_CONV_ARG.

void install_m_cm_ops ( void   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines