GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
op-chm.cc File Reference
#include "errwarn.h"
#include "ovl.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 (octave::type_info &ti)
 
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

◆ install_chm_ops()

void install_chm_ops ( octave::type_info ti)

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

References INSTALL_CATOP_TI, INSTALL_UNOP_TI, op_hermitian(), op_transpose(), and transpose().

◆ oct_catop_chm_chm()

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.

◆ oct_catop_chm_m()

◆ oct_catop_chm_s()

◆ oct_catop_m_chm()

◆ oct_catop_s_chm()

◆ oct_unop_transpose()

static octave_value oct_unop_transpose ( const octave_base_value a)
static

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

References a, octave_char_matrix::matrix_value(), octave_value(), and Matrix::transpose().