#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-flt-re-mat.h"
#include "ov-flt-re-diag.h"
#include "ov-re-diag.h"
#include "ov-typeinfo.h"
#include "ops.h"
#include "xdiv.h"
#include "xpow.h"
Go to the source code of this file.
Functions | |
CONVDECL (float_diag_matrix_to_diag_matrix) | |
CONVDECL (float_diag_matrix_to_float_matrix) | |
DEFBINOP (div, float_diag_matrix, float_diag_matrix) | |
DEFBINOP (ldiv, float_diag_matrix, float_diag_matrix) | |
DEFUNOP (transpose, float_diag_matrix) | |
void | install_fdm_fdm_ops (void) |
CONVDECL | ( | float_diag_matrix_to_diag_matrix | ) |
Definition at line 71 of file op-fdm-fdm.cc.
References CAST_CONV_ARG.
CONVDECL | ( | float_diag_matrix_to_float_matrix | ) |
Definition at line 78 of file op-fdm-fdm.cc.
References CAST_CONV_ARG.
DEFBINOP | ( | div | , | |
float_diag_matrix | , | |||
float_diag_matrix | ||||
) |
Definition at line 55 of file op-fdm-fdm.cc.
References CAST_BINOP_ARGS(), and xdiv().
DEFBINOP | ( | ldiv | , | |
float_diag_matrix | , | |||
float_diag_matrix | ||||
) |
Definition at line 63 of file op-fdm-fdm.cc.
References CAST_BINOP_ARGS(), and xleftdiv().
DEFUNOP | ( | transpose | , | |
float_diag_matrix | ||||
) |
Definition at line 43 of file op-fdm-fdm.cc.
References CAST_UNOP_ARG, and octave_value().
void install_fdm_fdm_ops | ( | void | ) |
Definition at line 86 of file op-fdm-fdm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CONVOP, INSTALL_UNOP, INSTALL_WIDENOP, and transpose().