#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-re-mat.h"
#include "ov-flt-re-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 (matrix_to_float_matrix) | |
DEFBINOP (div, matrix, matrix) | |
DEFBINOP (ldiv, matrix, matrix) | |
DEFBINOP (el_ldiv, matrix, matrix) | |
DEFBINOP (trans_ldiv, matrix, matrix) | |
DEFBINOP (trans_mul, matrix, matrix) | |
DEFBINOP (mul_trans, matrix, matrix) | |
DEFBINOPX (pow, matrix, matrix) | |
DEFUNOP (transpose, matrix) | |
void | install_m_m_ops (void) |
CONVDECL | ( | matrix_to_float_matrix | ) |
Definition at line 159 of file op-m-m.cc.
References CAST_CONV_ARG.
DEFBINOP | ( | div | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 68 of file op-m-m.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 85 of file op-m-m.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | el_ldiv | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 132 of file op-m-m.cc.
References CAST_BINOP_ARGS(), octave_value(), and quotient().
DEFBINOP | ( | trans_ldiv | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 110 of file op-m-m.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | trans_mul | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 96 of file op-m-m.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | mul_trans | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 103 of file op-m-m.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOPX | ( | pow | , | |
matrix | , | |||
matrix | ||||
) |
Definition at line 79 of file op-m-m.cc.
References error(), and octave_value().
DEFUNOP | ( | transpose | , | |
matrix | ||||
) |
Definition at line 44 of file op-m-m.cc.
References CAST_UNOP_ARG, error(), and octave_value().
void install_m_m_ops | ( | void | ) |
Definition at line 167 of file op-m-m.cc.
References INSTALL_ASSIGNOP, INSTALL_BINOP, INSTALL_CATOP, INSTALL_CONVOP, INSTALL_NCUNOP, INSTALL_UNOP, mul_trans(), pow(), trans_mul(), and transpose().