27#ifndef _CXSC_LIVECRMAT_INL_INCLUDED
28#define _CXSC_LIVECRMAT_INL_INCLUDED
38 { _vmconstr<l_ivector,rmatrix,l_interval>(*
this,sl); }
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)
83 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,rv2,rv1); }
90 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,rv1,rv2); }
98 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,
l_ivector(rv2),rv1); }
105 { _vmvaccu<idotprecision,l_ivector,rmatrix_subv>(dp,
l_ivector(rv1),rv2); }
115 {
return _vmassign<l_ivector,rmatrix,l_interval>(*
this,m); }
122 {
return _vmassign<l_ivector,rmatrix,l_interval>(*
this,
rmatrix(m)); }
129 {
return _vsvassign(*
this,
rvector(m)); }
144 {
return _mvlimult<rmatrix,l_ivector,l_ivector>(m,v); }
151 {
return _msvlimult<rmatrix_slice,l_ivector,l_ivector>(ms,v); }
158 {
return _vmlimult<l_ivector,rmatrix,l_ivector>(v,m); }
165 {
return _vmslimult<l_ivector,rmatrix_slice,l_ivector>(v,ms); }
172 {
return _vmlimultassign<l_ivector,rmatrix,l_interval>(v,m); }
179 {
return _vmslimultassign<l_ivector,rmatrix_slice,l_interval>(v,ms); }
187 {
return _vmlimult<l_ivector,rmatrix,l_ivector>(
l_ivector(v),m); }
194 {
return _vsmlimultassign<l_ivector_slice,rmatrix,l_interval>(*
this,m); }
The Data Type idotprecision.
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 Data Type rmatrix_slice.
The Data Type rmatrix_subv.
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.