GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
op-chm.cc File Reference
#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-ch-mat.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-bool.h"
#include "ov-bool-mat.h"
#include "ov-typeinfo.h"
#include "ops.h"
Include dependency graph for op-chm.cc:

Go to the source code of this file.

Functions

void install_chm_ops (void)
 
static octave_value oct_catop_chm_chm (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_catop_chm_m (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_catop_chm_s (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_catop_m_chm (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_catop_s_chm (octave_base_value &a1, const octave_base_value &a2, const Array< octave_idx_type > &ra_idx)
 
static octave_value oct_unop_transpose (const octave_base_value &a)
 

Function Documentation

void install_chm_ops ( void  )

Definition at line 95 of file op-chm.cc.

References INSTALL_CATOP, INSTALL_UNOP, op_hermitian(), op_transpose(), and transpose().

Referenced by install_ops().

static octave_value oct_catop_chm_chm ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static

Definition at line 48 of file op-chm.cc.

static octave_value oct_catop_chm_m ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static
static octave_value oct_catop_chm_s ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static
static octave_value oct_catop_m_chm ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static
static octave_value oct_catop_s_chm ( octave_base_value a1,
const octave_base_value a2,
const Array< octave_idx_type > &  ra_idx 
)
static
static octave_value oct_unop_transpose ( const octave_base_value a)
static

Definition at line 40 of file op-chm.cc.

References CAST_UNOP_ARG, and octave_value().