27 #ifndef _CXSC_LIVECRMAT_INL_INCLUDED 28 #define _CXSC_LIVECRMAT_INL_INCLUDED 34 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
38 { _vmconstr<l_ivector,rmatrix,l_interval>(*
this,sl); }
41 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
45 { _vmsconstr<l_ivector,rmatrix_slice,l_interval>(*
this,sl); }
49 for (
int i=0, j=v.start;i<v.size;i++,j+=v.offset)
59 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
71 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
79 throw(OP_WITH_WRONG_DIM)
83 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,rv2,rv1); }
86 throw(OP_WITH_WRONG_DIM)
90 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,rv1,rv2); }
94 throw(OP_WITH_WRONG_DIM)
98 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,
l_ivector(rv2),rv1); }
100 #if(CXSC_INDEX_CHECK) 101 throw(OP_WITH_WRONG_DIM)
105 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,
l_ivector(rv1),rv2); }
110 #if(CXSC_INDEX_CHECK) 111 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
115 {
return _vmassign<l_ivector,rmatrix,l_interval>(*
this,m); }
117 #if(CXSC_INDEX_CHECK) 118 throw(ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
122 {
return _vmassign<l_ivector,rmatrix,l_interval>(*
this,
rmatrix(m)); }
124 #if(CXSC_INDEX_CHECK) 125 throw(ERROR__OP_WITH_WRONG_DIM<rvector>,ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
129 {
return _vsvassign(*
this,
rvector(m)); }
131 #if(CXSC_INDEX_CHECK) 132 throw(ERROR__OP_WITH_WRONG_DIM<rvector>,ERROR_RMATRIX_TYPE_CAST_OF_THICK_OBJ)
139 #if(CXSC_INDEX_CHECK) 140 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
144 {
return _mvlimult<rmatrix,l_ivector,l_ivector>(m,v); }
146 #if(CXSC_INDEX_CHECK) 147 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
151 {
return _msvlimult<rmatrix_slice,l_ivector,l_ivector>(ms,v); }
153 #if(CXSC_INDEX_CHECK) 154 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
158 {
return _vmlimult<l_ivector,rmatrix,l_ivector>(v,m); }
160 #if(CXSC_INDEX_CHECK) 161 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
165 {
return _vmslimult<l_ivector,rmatrix_slice,l_ivector>(v,ms); }
167 #if(CXSC_INDEX_CHECK) 168 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
172 {
return _vmlimultassign<l_ivector,rmatrix,l_interval>(v,m); }
174 #if(CXSC_INDEX_CHECK) 175 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
179 {
return _vmslimultassign<l_ivector,rmatrix_slice,l_interval>(v,ms); }
182 #if(CXSC_INDEX_CHECK) 183 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
187 {
return _vmlimult<l_ivector,rmatrix,l_ivector>(
l_ivector(v),m); }
189 #if(CXSC_INDEX_CHECK) 190 throw(ERROR_RMATRIX_OP_WITH_WRONG_DIM)
194 {
return _vsmlimultassign<l_ivector_slice,rmatrix,l_interval>(*
this,m); }
The Multiple-Precision Data Type l_interval.
The Data Type rmatrix_slice.
The Data Type idotprecision.
l_ivector & operator=(const l_ivector &rv)
Implementation of standard assigning operator.
The Multiple-Precision Data Type l_ivector_slice.
The namespace cxsc, providing all functionality of the class library C-XSC.
l_ivector()
Constructor of class l_ivector.
l_ivector_slice & operator *=(const l_interval &r)
Implementation of multiplication and allocation operation.
The Multiple-Precision Data Type l_ivector.
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.
The Data Type rmatrix_subv.
civector operator *(const cimatrix_subv &rv, const cinterval &s)
Implementation of multiplication operation.
l_ivector_slice & operator=(const l_ivector_slice &sl)
Implementation of standard assigning operator.