27 #ifndef _CXSC_LIVECRMAT_HPP_INCLUDED 28 #define _CXSC_LIVECRMAT_HPP_INCLUDED 35 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ);
39 INLINE l_ivector
_l_ivector(
const rmatrix_slice &sl)
42 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ);
48 INLINE
void accumulate(idotprecision &dp,
const rmatrix_subv & rv1,
const l_ivector &rv2)
50 throw(OP_WITH_WRONG_DIM);
54 INLINE
void accumulate(idotprecision &dp,
const l_ivector & rv1,
const rmatrix_subv &rv2)
57 throw(OP_WITH_WRONG_DIM);
61 INLINE
void accumulate(idotprecision &dp,
const rmatrix_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 rmatrix_subv &rv2)
71 throw(OP_WITH_WRONG_DIM);
78 INLINE l_ivector
operator *(
const rmatrix &m,
const l_ivector &v)
80 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
84 INLINE l_ivector
operator *(
const rmatrix_slice &ms,
const l_ivector &v)
87 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
91 INLINE l_ivector
operator *(
const l_ivector &v,
const rmatrix &m)
94 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
98 INLINE l_ivector
operator *(
const l_ivector &v,
const rmatrix_slice &ms)
100 #if(CXSC_INDEX_CHECK) 101 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
105 INLINE l_ivector &
operator *=(l_ivector &v,
const rmatrix &m)
107 #if(CXSC_INDEX_CHECK) 108 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
112 INLINE l_ivector &
operator *=(l_ivector &v,
const rmatrix_slice &ms)
114 #if(CXSC_INDEX_CHECK) 115 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
121 INLINE l_ivector
operator *(
const l_ivector_slice &v,
const rmatrix &m)
122 #if(CXSC_INDEX_CHECK) 123 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM);
The namespace cxsc, providing all functionality of the class library C-XSC.
cimatrix & operator *=(cimatrix &m, const cinterval &c)
Implementation of multiplication and allocation operation.
l_ivector _l_ivector(const l_interval &r)
Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC.
civector operator *(const cimatrix_subv &rv, const cinterval &s)
Implementation of multiplication operation.