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