27#ifndef _CXSC_CIVECCMAT_HPP_INCLUDED
28#define _CXSC_CIVECCMAT_HPP_INCLUDED
32 INLINE civector _civector(
const cmatrix &sl)
38 INLINE civector _civector(
const cmatrix_slice &sl)
45 void accumulate(cidotprecision &dp,
const cmatrix_subv & rv1,
const civector &rv2)
51 void accumulate(cidotprecision &dp,
const civector & rv1,
const cmatrix_subv &rv2)
57 void accumulate(cidotprecision &dp,
const cmatrix_subv & rv1,
const civector_slice &rv2)
63 void accumulate(cidotprecision &dp,
const civector_slice & rv1,
const cmatrix_subv &rv2)
70 INLINE
void SetInf(civector &iv,
const cmatrix_subv &rv)
76 INLINE
void SetSup(civector &iv,
const cmatrix_subv &rv)
82 INLINE
void SetInf(civector_slice &iv,
const cmatrix_subv &rv)
88 INLINE
void SetSup(civector_slice &iv,
const cmatrix_subv &rv)
95 INLINE
void UncheckedSetInf(civector &iv,
const cmatrix_subv &rv)
101 INLINE
void UncheckedSetSup(civector &iv,
const cmatrix_subv &rv)
107 INLINE
void UncheckedSetInf(civector_slice &iv,
const cmatrix_subv &rv)
113 INLINE
void UncheckedSetSup(civector_slice &iv,
const cmatrix_subv &rv)
121 INLINE civector
operator *(
const cmatrix &m,
const civector &v)
127 INLINE civector
operator *(
const cmatrix_slice &ms,
const civector &v)
133 INLINE civector
operator *(
const civector &v,
const cmatrix &m)
139 INLINE civector
operator *(
const civector &v,
const cmatrix_slice &ms)
145 INLINE civector &
operator *=(civector &v,
const cmatrix &m)
151 INLINE civector &
operator *=(civector &v,
const cmatrix_slice &ms)
158 INLINE civector
operator *(
const civector_slice &v,
const cmatrix &m)
166 INLINE civector
operator *(
const ivector &v,
const cmatrix &m)
172 INLINE civector
operator *(
const ivector &v,
const cmatrix_slice &ms)
178 INLINE civector
operator *(
const ivector_slice &v,
const cmatrix &m)
184 INLINE civector
operator *(
const cmatrix &m,
const ivector &v)
190 INLINE civector
operator *(
const cmatrix_slice &ms,
const ivector &v)
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.