27 #ifndef _CXSC_LIVECLRMAT_INL_INCLUDED
28 #define _CXSC_LIVECLRMAT_INL_INCLUDED
38 { _vmconstr<l_ivector,l_rmatrix,l_interval>(*
this,sl); }
45 { _vmsconstr<l_ivector,l_rmatrix_slice,l_interval>(*
this,sl); }
49 for (
int i=0, j=v.start;i<v.size;i++,j+=v.offset)
83 { _vmvaccu<idotprecision,l_ivector,l_rmatrix_subv>(dp,rv2,rv1); }
90 { _vmvaccu<idotprecision,l_ivector,l_rmatrix_subv>(dp,rv1,rv2); }
98 { _vmvaccu<idotprecision,l_ivector,l_rmatrix_subv>(dp,
l_ivector(rv2),rv1); }
100 #if(CXSC_INDEX_CHECK)
105 { _vmvaccu<idotprecision,l_ivector,l_rmatrix_subv>(dp,
l_ivector(rv1),rv2); }
108 #if(CXSC_INDEX_CHECK)
113 { _vmvsetinf(iv,rv); }
115 #if(CXSC_INDEX_CHECK)
120 { _vmvsetsup(iv,rv); }
122 #if(CXSC_INDEX_CHECK)
129 #if(CXSC_INDEX_CHECK)
137 #if(CXSC_INDEX_CHECK)
142 { _vmvusetinf(iv,rv); }
144 #if(CXSC_INDEX_CHECK)
149 { _vmvusetsup(iv,rv); }
151 #if(CXSC_INDEX_CHECK)
158 #if(CXSC_INDEX_CHECK)
168 #if(CXSC_INDEX_CHECK)
173 {
return _vmassign<l_ivector,l_rmatrix,l_interval>(*
this,m); }
175 #if(CXSC_INDEX_CHECK)
180 {
return _vmassign<l_ivector,l_rmatrix,l_interval>(*
this,
l_rmatrix(m)); }
182 #if(CXSC_INDEX_CHECK)
187 {
return _vsvassign(*
this,
l_rvector(m)); }
189 #if(CXSC_INDEX_CHECK)
197 #if(CXSC_INDEX_CHECK)
202 {
return _mvlimult<l_rmatrix,l_ivector,l_ivector>(m,v); }
204 #if(CXSC_INDEX_CHECK)
209 {
return _msvlimult<l_rmatrix_slice,l_ivector,l_ivector>(ms,v); }
211 #if(CXSC_INDEX_CHECK)
216 {
return _vmlimult<l_ivector,l_rmatrix,l_ivector>(v,m); }
218 #if(CXSC_INDEX_CHECK)
223 {
return _vmslimult<l_ivector,l_rmatrix_slice,l_ivector>(v,ms); }
225 #if(CXSC_INDEX_CHECK)
230 {
return _vmlimultassign<l_ivector,l_rmatrix,l_interval>(v,m); }
232 #if(CXSC_INDEX_CHECK)
237 {
return _vmslimultassign<l_ivector,l_rmatrix_slice,l_interval>(v,ms); }
240 #if(CXSC_INDEX_CHECK)
245 {
return _vmlimult<l_ivector,l_rmatrix,l_ivector>(
l_ivector(v),m); }
247 #if(CXSC_INDEX_CHECK)
252 {
return _vsmlimultassign<l_ivector_slice,l_rmatrix,l_interval>(*
this,m); }
255 #if(CXSC_INDEX_CHECK)
260 {
return _vmlimult<ivector,l_rmatrix,l_ivector>(v,m); }
262 #if(CXSC_INDEX_CHECK)
267 {
return _vmslimult<ivector,l_rmatrix_slice,l_ivector>(v,ms); }
269 #if(CXSC_INDEX_CHECK)
274 {
return _vmlimult<l_ivector,l_rmatrix,l_ivector>(
l_ivector(v),m); }
276 #if(CXSC_INDEX_CHECK)
281 {
return _mvlimult<l_rmatrix,ivector,l_ivector>(m,v); }
283 #if(CXSC_INDEX_CHECK)
288 {
return _msvlimult<l_rmatrix_slice,ivector,l_ivector>(ms,v); }
The Data Type idotprecision.
The Data Type ivector_slice.
The Multiple-Precision Data Type l_interval.
The Multiple-Precision Data Type l_ivector_slice.
l_ivector_slice & operator=(const l_ivector_slice &sl) noexcept
Implementation of standard assigning operator.
l_ivector_slice & operator*=(const l_interval &r) noexcept
Implementation of multiplication and allocation operation.
The Multiple-Precision Data Type l_ivector.
l_ivector() noexcept
Constructor of class l_ivector.
l_ivector & operator=(const l_ivector &rv) noexcept
Implementation of standard assigning operator.
The Multiple-Precision Data Type l_rmatrix_slice.
The Multiple-Precision Data Type l_rmatrix_subv.
The Multiple-Precision Data Type l_rmatrix.
The Multiple-Precision Data Type l_rvector.
The namespace cxsc, providing all functionality of the class library C-XSC.
l_ivector _l_ivector(const l_interval &r) 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.