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)
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.