C-XSC - A C++ Class Library for Extended Scientific Computing 2.5.4
|
The Data Type cmatrix_subv. More...
#include <cmatrix.hpp>
Public Member Functions | |
cmatrix_subv (complex *d, const int &l, const int &u, const int &s, const int &st, const int &o) noexcept | |
Constructor of class cmatrix_subv. | |
cmatrix_subv (const cmatrix_subv &v) noexcept | |
Constructor of class cmatrix_subv. | |
cmatrix_subv & | operator() () noexcept |
Operator for accessing the whole vector. | |
cmatrix_subv | operator() (const int &i) noexcept |
Operator for accessing a part of the vector. | |
cmatrix_subv | operator() (const int &i1, const int &i2) noexcept |
Operator for accessing a part of the vector. | |
cmatrix_subv & | operator*= (const complex &c) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_subv & | operator*= (const real &c) noexcept |
Implementation of multiplication and allocation operation. | |
cmatrix_subv & | operator+= (const complex &c) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const cvector &rv) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const cvector_slice &rv) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const real &c) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const rvector &rv) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const rvector_slice &rv) noexcept |
Implementation of addition and allocation operation. | |
cmatrix_subv & | operator+= (const scmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator+= (const scvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator+= (const scvector_slice &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator+= (const srmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator+= (const srvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator+= (const srvector_slice &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const complex &c) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const cvector &rv) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const cvector_slice &rv) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const real &c) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const rvector &rv) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const rvector_slice &rv) noexcept |
Implementation of subtraction and allocation operation. | |
cmatrix_subv & | operator-= (const scmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const scvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const scvector_slice &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const srmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const srvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator-= (const srvector_slice &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator/= (const complex &c) noexcept |
Implementation of division and allocation operation. | |
cmatrix_subv & | operator/= (const real &c) noexcept |
Implementation of division and allocation operation. | |
cmatrix_subv & | operator= (const cmatrix &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const cmatrix_slice &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const cmatrix_subv &rv) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const complex &r) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const cvector &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const cvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const real &r) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const rmatrix &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const rmatrix_slice &m) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const rmatrix_subv &rv) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const rvector &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const rvector_slice &v) noexcept |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const scmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const scvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const scvector_slice &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const srmatrix_subv &rv) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const srvector &r) |
Implementation of standard assigning operator. | |
cmatrix_subv & | operator= (const srvector_slice &r) |
Implementation of standard assigning operator. | |
complex & | operator[] (const int &i) const noexcept |
Operator for accessing the single elements of the vector (read-only) | |
complex & | operator[] (const int &i) noexcept |
Operator for accessing the single elements of the vector. | |
Friends | |
cmatrix_subv | Col (cmatrix &m, const int &i) |
Returns one column of the matrix as a vector. | |
cmatrix_subv | Col (const cmatrix &m, const int &i) |
Returns one column of the matrix as a vector. | |
int | Lb (const cmatrix_subv &rv) noexcept |
Returns the lower bound of the vector. | |
cmatrix_subv | Row (cmatrix &m, const int &i) |
Returns one row of the matrix as a vector. | |
int | Ub (const cmatrix_subv &rv) noexcept |
Returns the upper bound of the vector. | |
int | VecLen (const cmatrix_subv &rv) noexcept |
Returns the size of the vector. | |
The Data Type cmatrix_subv.
This Data Type provides one column or row of a matrix as a vector.
Definition at line 53 of file cmatrix.hpp.