27 #ifndef _CXSC_CVECIMAT_HPP_INCLUDED
28 #define _CXSC_CVECIMAT_HPP_INCLUDED
32 void accumulate(cidotprecision &dp,
const imatrix_subv & rv1,
const cvector &rv2)
34 throw(OP_WITH_WRONG_DIM);
38 void accumulate(cidotprecision &dp,
const cvector & rv1,
const imatrix_subv &rv2)
40 throw(OP_WITH_WRONG_DIM);
44 void accumulate(cidotprecision &dp,
const imatrix_subv & rv1,
const cvector_slice &rv2)
46 throw(OP_WITH_WRONG_DIM);
50 void accumulate(cidotprecision &dp,
const cvector_slice & rv1,
const imatrix_subv &rv2)
52 throw(OP_WITH_WRONG_DIM);