GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 | |
void | install_fdm_fdm_ops (void) |
static octave_value | oct_binop_add (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_div (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_ldiv (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_mul (const octave_base_value &a1, const octave_base_value &a2) |
static octave_value | oct_binop_sub (const octave_base_value &a1, const octave_base_value &a2) |
static octave_base_value * | oct_conv_float_diag_matrix_to_diag_matrix (const octave_base_value &a) |
static octave_base_value * | oct_conv_float_diag_matrix_to_float_matrix (const octave_base_value &a) |
static octave_value | oct_unop_transpose (const octave_base_value &a) |
static octave_value | oct_unop_uminus (const octave_base_value &a) |
static octave_value | oct_unop_uplus (const octave_base_value &a) |
Definition at line 88 of file op-fdm-fdm.cc.
References INSTALL_ASSIGNCONV, INSTALL_BINOP, INSTALL_CONVOP, INSTALL_UNOP, INSTALL_WIDENOP, op_add(), op_div(), op_hermitian(), op_ldiv(), op_mul(), op_sub(), op_transpose(), op_uminus(), op_uplus(), and transpose().
Referenced by install_ops().
|
static |
Definition at line 51 of file op-fdm-fdm.cc.
|
static |
Definition at line 55 of file op-fdm-fdm.cc.
References CAST_BINOP_ARGS, octave_base_value::float_diag_matrix_value(), v1, v2, and xdiv().
|
static |
Definition at line 64 of file op-fdm-fdm.cc.
References CAST_BINOP_ARGS, octave_base_value::float_diag_matrix_value(), v1, v2, and xleftdiv().
|
static |
Definition at line 53 of file op-fdm-fdm.cc.
|
static |
Definition at line 52 of file op-fdm-fdm.cc.
|
static |
Definition at line 73 of file op-fdm-fdm.cc.
References CAST_CONV_ARG.
|
static |
Definition at line 80 of file op-fdm-fdm.cc.
References CAST_CONV_ARG.
|
static |
Definition at line 43 of file op-fdm-fdm.cc.
References CAST_UNOP_ARG, and octave_value().
|
static |
Definition at line 41 of file op-fdm-fdm.cc.
|
static |
Definition at line 40 of file op-fdm-fdm.cc.