27 #ifndef _CXSC_IVECLRMAT_HPP_INCLUDED
28 #define _CXSC_IVECLRMAT_HPP_INCLUDED
33 INLINE
void accumulate(idotprecision &dp,
const l_rmatrix_subv & rv1,
const ivector &rv2)
35 throw(OP_WITH_WRONG_DIM);
39 INLINE
void accumulate(idotprecision &dp,
const ivector & rv1,
const l_rmatrix_subv &rv2)
42 throw(OP_WITH_WRONG_DIM);
46 INLINE
void accumulate(idotprecision &dp,
const l_rmatrix_subv & rv1,
const ivector_slice &rv2)
49 throw(OP_WITH_WRONG_DIM);
53 INLINE
void accumulate(idotprecision &dp,
const ivector_slice & rv1,
const l_rmatrix_subv &rv2)
56 throw(OP_WITH_WRONG_DIM);