Navigation

Operators and Keywords

Function List:

C++ API

Sparse-perm-op-defs.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Defines

#define octave_sparse_perm_op_defs_h   1

Functions

template<typename SM >
SM octinternal_do_mul_colpm_sm (const octave_idx_type *pcol, const SM &a)
template<typename SM >
SM octinternal_do_mul_pm_sm (const PermMatrix &p, const SM &a)
template<typename SM >
SM octinternal_do_mul_sm_rowpm (const SM &a, const octave_idx_type *prow)
template<typename SM >
SM octinternal_do_mul_sm_colpm (const SM &a, const octave_idx_type *pcol)
template<typename SM >
SM octinternal_do_mul_sm_pm (const SM &a, const PermMatrix &p)

Define Documentation

#define octave_sparse_perm_op_defs_h   1


Function Documentation

template<typename SM >
SM octinternal_do_mul_colpm_sm ( const octave_idx_type pcol,
const SM &  a 
) [inline]

template<typename SM >
SM octinternal_do_mul_pm_sm ( const PermMatrix p,
const SM &  a 
) [inline]

template<typename SM >
SM octinternal_do_mul_sm_colpm ( const SM &  a,
const octave_idx_type pcol 
) [inline]

template<typename SM >
SM octinternal_do_mul_sm_pm ( const SM &  a,
const PermMatrix p 
) [inline]

template<typename SM >
SM octinternal_do_mul_sm_rowpm ( const SM &  a,
const octave_idx_type prow 
) [inline]