#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 | |
DEFBINOP (div, float_matrix, float_matrix) | |
DEFBINOP (ldiv, float_matrix, float_matrix) | |
DEFBINOP (trans_mul, float_matrix, float_matrix) | |
DEFBINOP (mul_trans, float_matrix, float_matrix) | |
DEFBINOP (trans_ldiv, float_matrix, float_matrix) | |
DEFBINOPX (pow, float_matrix, float_matrix) | |
mx_el_le mx_el_ge | DEFNDBINOP_FN (gt, float_matrix, float_matrix, float_array, float_array, mx_el_gt) DEFNDBINOP_FN(ne |
mx_el_le mx_el_ge mx_el_ne | DEFNDBINOP_FN (el_mul, float_matrix, float_matrix, float_array, float_array, product) DEFNDBINOP_FN(el_div |
mx_el_le mx_el_ge mx_el_ne quotient | DEFNDBINOP_FN (el_pow, float_matrix, float_matrix, float_array, float_array, elem_xpow) DEFBINOP(el_ldiv |
DEFNDBINOP_FN (lt, float_matrix, float_matrix, float_array, float_array, mx_el_lt) DEFNDBINOP_FN(le | |
mx_el_le | DEFNDBINOP_FN (eq, float_matrix, float_matrix, float_array, float_array, mx_el_eq) DEFNDBINOP_FN(ge |
DEFUNOP (transpose, float_matrix) | |
Variables | |
float_array | |
float_matrix |
DEFBINOP | ( | div | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 68 of file op-fm-fm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 86 of file op-fm-fm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOP | ( | trans_mul | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 98 of file op-fm-fm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | mul_trans | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 106 of file op-fm-fm.cc.
References CAST_BINOP_ARGS(), octave_value(), and xgemm().
DEFBINOP | ( | trans_ldiv | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 114 of file op-fm-fm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFBINOPX | ( | pow | , | |
float_matrix | , | |||
float_matrix | ||||
) |
Definition at line 80 of file op-fm-fm.cc.
References error(), and octave_value().
mx_el_le mx_el_ge DEFNDBINOP_FN | ( | gt | , | |
float_matrix | , | |||
float_matrix | , | |||
float_array | , | |||
float_array | , | |||
mx_el_gt | ||||
) |
mx_el_le mx_el_ge mx_el_ne DEFNDBINOP_FN | ( | el_mul | , | |
float_matrix | , | |||
float_matrix | , | |||
float_array | , | |||
float_array | , | |||
product | ||||
) |
mx_el_le mx_el_ge mx_el_ne quotient DEFNDBINOP_FN | ( | el_pow | , | |
float_matrix | , | |||
float_matrix | , | |||
float_array | , | |||
float_array | , | |||
elem_xpow | ||||
) |
DEFNDBINOP_FN | ( | lt | , | |
float_matrix | , | |||
float_matrix | , | |||
float_array | , | |||
float_array | , | |||
mx_el_lt | ||||
) |
mx_el_le DEFNDBINOP_FN | ( | eq | , | |
float_matrix | , | |||
float_matrix | , | |||
float_array | , | |||
float_array | , | |||
mx_el_eq | ||||
) |
DEFUNOP | ( | transpose | , | |
float_matrix | ||||
) |
Definition at line 44 of file op-fm-fm.cc.
References CAST_UNOP_ARG, error(), and octave_value().
mx_el_le mx_el_ge mx_el_ne float_array |
Definition at line 128 of file op-fm-fm.cc.
mx_el_le mx_el_ge mx_el_ne quotient float_matrix |
Definition at line 128 of file op-fm-fm.cc.