27 #ifndef _CXSC_CVECRMAT_HPP_INCLUDED
28 #define _CXSC_CVECRMAT_HPP_INCLUDED
32 INLINE cvector _cvector(
const rmatrix &sl)
38 INLINE cvector _cvector(
const rmatrix_slice &sl)
45 void accumulate(cdotprecision &dp,
const rmatrix_subv & rv1,
const cvector &rv2)
51 void accumulate(cdotprecision &dp,
const cvector & rv1,
const rmatrix_subv &rv2)
101 #if(CXSC_INDEX_CHECK)
107 #if(CXSC_INDEX_CHECK)
113 #if(CXSC_INDEX_CHECK)
121 #if(CXSC_INDEX_CHECK)
127 #if(CXSC_INDEX_CHECK)
133 #if(CXSC_INDEX_CHECK)
139 #if(CXSC_INDEX_CHECK)
145 #if(CXSC_INDEX_CHECK)
151 #if(CXSC_INDEX_CHECK)
158 #if(CXSC_INDEX_CHECK)
The Data Type cdotprecision.
The Data Type cidotprecision.
The Data Type cvector_slice.
The Data Type rmatrix_slice.
The Data Type rmatrix_subv.
The namespace cxsc, providing all functionality of the class library 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.