27 #ifndef _CXSC_LIVECIMAT_HPP_INCLUDED
28 #define _CXSC_LIVECIMAT_HPP_INCLUDED
35 throw(ERROR_IMATRIX_TYPE_CAST_OF_THICK_OBJ);
39 INLINE l_ivector
_l_ivector(
const imatrix_slice &sl)
42 throw(ERROR_IMATRIX_TYPE_CAST_OF_THICK_OBJ);
48 INLINE
void accumulate(idotprecision &dp,
const imatrix_subv & rv1,
const l_ivector &rv2)
50 throw(OP_WITH_WRONG_DIM);
54 INLINE
void accumulate(idotprecision &dp,
const l_ivector & rv1,
const imatrix_subv &rv2)
57 throw(OP_WITH_WRONG_DIM);
61 INLINE
void accumulate(idotprecision &dp,
const imatrix_subv & rv1,
const l_ivector_slice &rv2)
64 throw(OP_WITH_WRONG_DIM);
68 INLINE
void accumulate(idotprecision &dp,
const l_ivector_slice & rv1,
const imatrix_subv &rv2)
71 throw(OP_WITH_WRONG_DIM);
78 INLINE l_ivector
operator *(
const imatrix &m,
const l_ivector &v)
80 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
84 INLINE l_ivector
operator *(
const imatrix_slice &ms,
const l_ivector &v)
87 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
91 INLINE l_ivector
operator *(
const l_ivector &v,
const imatrix &m)
94 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
98 INLINE l_ivector
operator *(
const l_ivector &v,
const imatrix_slice &ms)
100 #if(CXSC_INDEX_CHECK)
101 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
105 INLINE l_ivector &
operator *=(l_ivector &v,
const imatrix &m)
107 #if(CXSC_INDEX_CHECK)
108 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
112 INLINE l_ivector &
operator *=(l_ivector &v,
const imatrix_slice &ms)
114 #if(CXSC_INDEX_CHECK)
115 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
121 INLINE l_ivector
operator *(
const l_ivector_slice &v,
const imatrix &m)
122 #if(CXSC_INDEX_CHECK)
123 throw(ERROR_IMATRIX_OP_WITH_WRONG_DIM);
130 INLINE l_ivector
operator *(
const l_rvector &v,
const imatrix &m)
131 #if(CXSC_INDEX_CHECK)
132 throw(ERROR_LIMATRIX_OP_WITH_WRONG_DIM);
136 INLINE l_ivector
operator *(
const l_rvector &v,
const imatrix_slice &ms)
138 #if(CXSC_INDEX_CHECK)
139 throw(ERROR_LIMATRIX_OP_WITH_WRONG_DIM);
143 INLINE l_ivector
operator *(
const l_rvector_slice &v,
const imatrix &m)
145 #if(CXSC_INDEX_CHECK)
146 throw(ERROR_LIMATRIX_OP_WITH_WRONG_DIM);
150 INLINE l_ivector
operator *(
const imatrix &m,
const l_rvector &v)
152 #if(CXSC_INDEX_CHECK)
153 throw(ERROR_LIMATRIX_OP_WITH_WRONG_DIM);
157 INLINE l_ivector
operator *(
const imatrix_slice &ms,
const l_rvector &v)
159 #if(CXSC_INDEX_CHECK)
160 throw(ERROR_LIMATRIX_OP_WITH_WRONG_DIM);