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
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.

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_colpm (const SM &a, const octave_idx_type *pcol)
 
template<typename SM >
SM octinternal_do_mul_sm_pm (const SM &a, const PermMatrix &p)
 
template<typename SM >
SM octinternal_do_mul_sm_rowpm (const SM &a, const octave_idx_type *prow)
 

Function Documentation

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_colpm ( const SM &  a,
const octave_idx_type pcol 
)

Definition at line 112 of file Sparse-perm-op-defs.h.

Referenced by octinternal_do_mul_sm_pm().

template<typename SM >
SM octinternal_do_mul_sm_pm ( const SM &  a,
const PermMatrix p 
)
template<typename SM >
SM octinternal_do_mul_sm_rowpm ( const SM &  a,
const octave_idx_type prow 
)

Definition at line 74 of file Sparse-perm-op-defs.h.