27 #ifndef _CXSC_IVECRMAT_HPP_INCLUDED
28 #define _CXSC_IVECRMAT_HPP_INCLUDED
33 INLINE ivector
_ivector(
const rmatrix &sl)
40 INLINE ivector
_ivector(
const rmatrix_slice &sl)
48 void accumulate(idotprecision &dp,
const rmatrix_subv & rv1,
const ivector &rv2)
55 void accumulate(idotprecision &dp,
const ivector & rv1,
const rmatrix_subv &rv2)
62 void accumulate(cidotprecision &dp,
const rmatrix_subv & rv1,
const ivector &rv2)
69 void accumulate(cidotprecision &dp,
const ivector & rv1,
const rmatrix_subv &rv2)
76 void accumulate(idotprecision &dp,
const rmatrix_subv & rv1,
const ivector_slice &rv2)
83 void accumulate(idotprecision &dp,
const ivector_slice & rv1,
const rmatrix_subv &rv2)
90 void accumulate(cidotprecision &dp,
const rmatrix_subv & rv1,
const ivector_slice &rv2)
97 void accumulate(cidotprecision &dp,
const ivector_slice & rv1,
const rmatrix_subv &rv2)
106 INLINE
void SetInf(ivector &iv,
const rmatrix_subv &rv)
107 #if(CXSC_INDEX_CHECK)
113 INLINE
void SetSup(ivector &iv,
const rmatrix_subv &rv)
114 #if(CXSC_INDEX_CHECK)
120 INLINE
void SetInf(ivector_slice &iv,
const rmatrix_subv &rv)
121 #if(CXSC_INDEX_CHECK)
127 INLINE
void SetSup(ivector_slice &iv,
const rmatrix_subv &rv)
128 #if(CXSC_INDEX_CHECK)
135 INLINE
void UncheckedSetInf(ivector &iv,
const rmatrix_subv &rv)
136 #if(CXSC_INDEX_CHECK)
142 INLINE
void UncheckedSetSup(ivector &iv,
const rmatrix_subv &rv)
143 #if(CXSC_INDEX_CHECK)
149 INLINE
void UncheckedSetInf(ivector_slice &iv,
const rmatrix_subv &rv)
150 #if(CXSC_INDEX_CHECK)
156 INLINE
void UncheckedSetSup(ivector_slice &iv,
const rmatrix_subv &rv)
157 #if(CXSC_INDEX_CHECK)
165 INLINE ivector
operator *(
const rmatrix &m,
const ivector &v)
166 #if(CXSC_INDEX_CHECK)
172 INLINE ivector
operator *(
const rmatrix_slice &ms,
const ivector &v)
173 #if(CXSC_INDEX_CHECK)
179 INLINE ivector
operator *(
const ivector &v,
const rmatrix &m)
180 #if(CXSC_INDEX_CHECK)
186 INLINE ivector
operator *(
const ivector &v,
const rmatrix_slice &ms)
187 #if(CXSC_INDEX_CHECK)
193 INLINE ivector &
operator *=(ivector &v,
const rmatrix &m)
194 #if(CXSC_INDEX_CHECK)
200 INLINE ivector &
operator *=(ivector &v,
const rmatrix_slice &ms)
201 #if(CXSC_INDEX_CHECK)
208 INLINE ivector
operator *(
const ivector_slice &v,
const rmatrix &m)
209 #if(CXSC_INDEX_CHECK)
The namespace cxsc, providing all functionality of the class library C-XSC.
INLINE ivector _ivector(const rmatrix &sl) noexcept
Deprecated typecast, which only exist for the reason of compatibility with older versions of C-XSC.
cimatrix & operator*=(cimatrix &m, const cinterval &c) noexcept
Implementation of multiplication and allocation operation.
civector operator*(const cimatrix_subv &rv, const cinterval &s) noexcept
Implementation of multiplication operation.