27 #ifndef _CXSC_LRVECIMAT_HPP_INCLUDED
28 #define _CXSC_LRVECIMAT_HPP_INCLUDED
33 INLINE
void accumulate(idotprecision &dp,
const imatrix_subv & rv1,
const l_rvector &rv2)
35 throw(OP_WITH_WRONG_DIM);
39 INLINE
void accumulate(idotprecision &dp,
const l_rvector & rv1,
const imatrix_subv &rv2)
42 throw(OP_WITH_WRONG_DIM);
46 INLINE
void accumulate(idotprecision &dp,
const imatrix_subv & rv1,
const l_rvector_slice &rv2)
49 throw(OP_WITH_WRONG_DIM);
53 INLINE
void accumulate(idotprecision &dp,
const l_rvector_slice & rv1,
const imatrix_subv &rv2)
56 throw(OP_WITH_WRONG_DIM);