C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
This is the complete list of members for cxsc::cmatrix, including all inherited members.
cmatrix(const cmatrix &rm) noexcept | cxsc::cmatrix | inline |
cmatrix(const cmatrix_slice &rm) noexcept | cxsc::cmatrix | inline |
cmatrix(const scmatrix &rm) | cxsc::cmatrix | inline |
cmatrix(const scmatrix_slice &rm) | cxsc::cmatrix | inline |
cmatrix() noexcept | cxsc::cmatrix | inline |
cmatrix(const int &m, const int &n) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const int &m1, const int &n1, const int &m2, const int &n2) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const cvector &v) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const cvector_slice &v) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const complex &r) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const real &) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const rmatrix &rm) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const rmatrix_slice &rm) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const srmatrix &rm) | cxsc::cmatrix | inlineexplicit |
cmatrix(const srmatrix_slice &rm) | cxsc::cmatrix | inlineexplicit |
cmatrix(const rvector &v) noexcept | cxsc::cmatrix | inlineexplicit |
cmatrix(const rvector_slice &v) noexcept | cxsc::cmatrix | inlineexplicit |
operator()(const intvector &p, const intvector &q) | cxsc::cmatrix | inline |
operator()(const intmatrix &P, const intmatrix &Q) | cxsc::cmatrix | inline |
operator()(const intvector &p) | cxsc::cmatrix | inline |
operator()(const intmatrix &P) | cxsc::cmatrix | inline |
operator()() noexcept | cxsc::cmatrix | inline |
operator()(const int &m, const int &n) noexcept | cxsc::cmatrix | inline |
operator()(const int &m1, const int &m2, const int &n1, const int &n2) noexcept | cxsc::cmatrix | inline |
operator*=(const srmatrix &m) | cxsc::cmatrix | inline |
operator*=(const srmatrix_slice &ms) | cxsc::cmatrix | inline |
operator*=(const scmatrix &m) | cxsc::cmatrix | inline |
operator*=(const scmatrix_slice &ms) | cxsc::cmatrix | inline |
operator+=(const srmatrix &m) | cxsc::cmatrix | inline |
operator+=(const srmatrix_slice &ms) | cxsc::cmatrix | inline |
operator+=(const scmatrix &m) | cxsc::cmatrix | inline |
operator+=(const scmatrix_slice &ms) | cxsc::cmatrix | inline |
operator-=(const srmatrix &m) | cxsc::cmatrix | inline |
operator-=(const srmatrix_slice &ms) | cxsc::cmatrix | inline |
operator-=(const scmatrix &m) | cxsc::cmatrix | inline |
operator-=(const scmatrix_slice &ms) | cxsc::cmatrix | inline |
operator=(const complex &r) noexcept | cxsc::cmatrix | inline |
operator=(const cmatrix &m) noexcept | cxsc::cmatrix | inline |
operator=(const cmatrix_slice &ms) noexcept | cxsc::cmatrix | inline |
operator=(const scmatrix &m) | cxsc::cmatrix | inline |
operator=(const scmatrix_slice &ms) | cxsc::cmatrix | inline |
operator=(const cvector &v) noexcept | cxsc::cmatrix | inline |
operator=(const cvector_slice &v) noexcept | cxsc::cmatrix | inline |
operator=(const real &r) noexcept | cxsc::cmatrix | inline |
operator=(const rmatrix &m) noexcept | cxsc::cmatrix | inline |
operator=(const rmatrix_slice &ms) noexcept | cxsc::cmatrix | inline |
operator=(const srmatrix &m) | cxsc::cmatrix | inline |
operator=(const srmatrix_slice &ms) | cxsc::cmatrix | inline |
operator=(const rvector &v) noexcept | cxsc::cmatrix | inline |
operator=(const rvector_slice &v) noexcept | cxsc::cmatrix | inline |
operator[](const int &i) const noexcept | cxsc::cmatrix | inline |
operator[](const cxscmatrix_column &i) const noexcept | cxsc::cmatrix | inline |
operator[](const int &i) noexcept | cxsc::cmatrix | inline |
operator[](const cxscmatrix_column &i) noexcept | cxsc::cmatrix | inline |