C-XSC - A C++ Class Library for Extended Scientific Computing  2.5.4
cxsc::cmatrix_subv Class Reference

The Data Type cmatrix_subv. More...

#include <cmatrix.hpp>

List of all members.

Public Member Functions

 cmatrix_subv (complex *d, const int &l, const int &u, const int &s, const int &st, const int &o) throw ()
 Constructor of class cmatrix_subv.
 cmatrix_subv (const cmatrix_subv &v) throw ()
 Constructor of class cmatrix_subv.
cmatrix_subvoperator() () throw ()
 Operator for accessing the whole vector.
cmatrix_subv operator() (const int &i) throw ()
 Operator for accessing a part of the vector.
cmatrix_subv operator() (const int &i1, const int &i2) throw ()
 Operator for accessing a part of the vector.
cmatrix_subvoperator*= (const complex &c) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_subvoperator*= (const real &c) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_subvoperator+= (const scmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const scvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const scvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const srmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const srvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const srvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator+= (const complex &c) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator+= (const cvector &rv) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator+= (const cvector_slice &rv) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator+= (const real &c) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator+= (const rvector &rv) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator+= (const rvector_slice &rv) throw ()
 Implementation of addition and allocation operation.
cmatrix_subvoperator-= (const scmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const scvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const scvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const srmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const srvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const srvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator-= (const complex &c) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator-= (const cvector &rv) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator-= (const cvector_slice &rv) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator-= (const real &c) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator-= (const rvector &rv) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator-= (const rvector_slice &rv) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_subvoperator/= (const complex &c) throw ()
 Implementation of division and allocation operation.
cmatrix_subvoperator/= (const real &c) throw ()
 Implementation of division and allocation operation.
cmatrix_subvoperator= (const scmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const scvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const scvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const srmatrix_subv &rv)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const srvector &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const srvector_slice &r)
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const cmatrix_subv &rv) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const complex &r) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const cmatrix &m) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const cmatrix_slice &m) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const cvector &v) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const cvector_slice &v) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const rmatrix_subv &rv) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const rmatrix_slice &m) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
cmatrix_subvoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
complexoperator[] (const int &i) const throw ()
 Operator for accessing the single elements of the vector (read-only)
complexoperator[] (const int &i) throw ()
 Operator for accessing the single elements of the vector.

Friends

cmatrix_subv Col (cmatrix &m, const int &i) throw ()
 Returns one column of the matrix as a vector.
cmatrix_subv Col (const cmatrix &m, const int &i) throw ()
 Returns one column of the matrix as a vector.
int Lb (const cmatrix_subv &rv) throw ()
 Returns the lower bound of the vector.
cmatrix_subv Row (cmatrix &m, const int &i) throw ()
 Returns one row of the matrix as a vector.
int Ub (const cmatrix_subv &rv) throw ()
 Returns the upper bound of the vector.
int VecLen (const cmatrix_subv &rv) throw ()
 Returns the size of the vector.

Detailed Description

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.


The documentation for this class was generated from the following files: