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

The Data Type cmatrix_slice. More...

#include <cmatrix.hpp>

List of all members.

Public Member Functions

 cmatrix_slice (cmatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class cmatrix_slice.
 cmatrix_slice (cmatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class cmatrix_slice.
 cmatrix_slice (const cmatrix_slice &ms) throw ()
 Constructor of class cmatrix_slice.
cmatrix_sliceoperator() () throw ()
 Operator for accessing the whole matrix.
cmatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
cmatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw ()
 Operator for accessing a part of the matrix.
cmatrix_sliceoperator*= (const srmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator*= (const srmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator*= (const scmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator*= (const scmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator*= (const cmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator*= (const rmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator*= (const cmatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator*= (const rmatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator*= (const complex &c) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator*= (const real &c) throw ()
 Implementation of multiplication and allocation operation.
cmatrix_sliceoperator+= (const srmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator+= (const srmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator+= (const scmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator+= (const scmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator+= (const cmatrix &m1) throw ()
 Implementation of addition and allocation operation.
cmatrix_sliceoperator+= (const rmatrix &m1) throw ()
 Implementation of addition and allocation operation.
cmatrix_sliceoperator+= (const cmatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cmatrix_sliceoperator+= (const rmatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cmatrix_sliceoperator-= (const srmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator-= (const srmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator-= (const scmatrix &m)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator-= (const scmatrix_slice &ms)
 Implementation of addition and assignment operator.
cmatrix_sliceoperator-= (const cmatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_sliceoperator-= (const rmatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_sliceoperator-= (const cmatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_sliceoperator-= (const rmatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cmatrix_sliceoperator/= (const complex &c) throw ()
 Implementation of division and allocation operation.
cmatrix_sliceoperator/= (const real &c) throw ()
 Implementation of division and allocation operation.
cmatrix_sliceoperator= (const cmatrix &m) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const scmatrix &ms)
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const scmatrix_slice &ms)
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const srmatrix &ms)
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const srmatrix_slice &ms)
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const cmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const complex &r) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const cvector &v) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const cvector_slice &v) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
cmatrix_sliceoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
cmatrix_subv operator[] (const int &i) throw ()
 Operator for accessing a single row of the matrix.
cmatrix_subv operator[] (const cxscmatrix_column &i) throw ()
 Operator for accessing a single column of the matrix.
cmatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
cmatrix_subv operator[] (const cxscmatrix_column &i) const throw ()
 Operator for accessing a single column of the matrix.
cmatrix_sliceoperator|= (const cmatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cmatrix_sliceoperator|= (const rmatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cmatrix_sliceoperator|= (const cmatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.
cmatrix_sliceoperator|= (const rmatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.

Detailed Description

The Data Type cmatrix_slice.

This data type represents a partial cmatrix.

See also:
cmatrix

Definition at line 1202 of file cmatrix.hpp.


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