GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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) |
SM octinternal_do_mul_colpm_sm | ( | const octave_idx_type * | pcol, |
const SM & | a | ||
) |
Definition at line 29 of file Sparse-perm-op-defs.h.
References OCTAVE_LOCAL_BUFFER, and octave_sort< T >::sort().
Referenced by octinternal_do_mul_pm_sm().
SM octinternal_do_mul_pm_sm | ( | const PermMatrix & | p, |
const SM & | a | ||
) |
Definition at line 61 of file Sparse-perm-op-defs.h.
References PermMatrix::cols(), Array< T >::data(), gripe_nonconformant(), PermMatrix::is_row_perm(), OCTAVE_LOCAL_BUFFER, octinternal_do_mul_colpm_sm(), PermMatrix::pvec(), and PermMatrix::rows().
Referenced by operator*().
SM octinternal_do_mul_sm_colpm | ( | const SM & | a, |
const octave_idx_type * | pcol | ||
) |
Definition at line 122 of file Sparse-perm-op-defs.h.
Referenced by octinternal_do_mul_sm_pm().
SM octinternal_do_mul_sm_pm | ( | const SM & | a, |
const PermMatrix & | p | ||
) |
Definition at line 157 of file Sparse-perm-op-defs.h.
References PermMatrix::cols(), Array< T >::data(), gripe_nonconformant(), PermMatrix::is_row_perm(), octinternal_do_mul_sm_colpm(), octinternal_do_mul_sm_rowpm(), PermMatrix::pvec(), and PermMatrix::rows().
Referenced by operator*().
SM octinternal_do_mul_sm_rowpm | ( | const SM & | a, |
const octave_idx_type * | prow | ||
) |
Definition at line 84 of file Sparse-perm-op-defs.h.
Referenced by octinternal_do_mul_sm_pm().