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

The Data Type cimatrix_slice. More...

#include <cimatrix.hpp>

List of all members.

Public Member Functions

 cimatrix_slice (cimatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class cimatrix_slice.
 cimatrix_slice (cimatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class cimatrix_slice.
 cimatrix_slice (const cimatrix_slice &ms) throw ()
 Constructor of class cimatrix_slice.
cimatrix_sliceoperator&= (const scimatrix &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const scimatrix_slice &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const cimatrix &m1) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const cimatrix_slice &ms2) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const srmatrix &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const srmatrix_slice &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const rmatrix &m1) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const rmatrix_slice &ms2) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const scmatrix &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const scmatrix_slice &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const cmatrix &m1) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const cmatrix_slice &ms2) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const simatrix &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const simatrix_slice &m1)
 Implementation of intersection and allocation operation.
cimatrix_sliceoperator&= (const imatrix &m1) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator&= (const imatrix_slice &ms2) throw ()
 Allocates the intersection of the arguments to the first argument.
cimatrix_sliceoperator() () throw ()
 Operator for accessing the whole matrix.
cimatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
cimatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw ()
 Operator for accessing a part of the matrix.
cimatrix_sliceoperator*= (const cinterval &c) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const scimatrix &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const scimatrix_slice &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const cimatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const cimatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const real &c) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const srmatrix &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const srmatrix_slice &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const rmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const rmatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const complex &c) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const scmatrix &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const scmatrix_slice &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const cmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const cmatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const interval &c) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const simatrix &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const simatrix_slice &m1)
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const imatrix &m) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator*= (const imatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
cimatrix_sliceoperator+= (const cinterval &c) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const scimatrix &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const scimatrix_slice &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const cimatrix &m1) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const cimatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const real &c) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const srmatrix &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const srmatrix_slice &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const rmatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const rmatrix &m1) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const complex &c) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const scmatrix &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const scmatrix_slice &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const cmatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const cmatrix &m1) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const interval &c) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const simatrix &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const simatrix_slice &m1)
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const imatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator+= (const imatrix &m1) throw ()
 Implementation of addition and allocation operation.
cimatrix_sliceoperator-= (const cinterval &c) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const scimatrix &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const scimatrix_slice &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const cimatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const cimatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const real &c) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const srmatrix &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const srmatrix_slice &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const rmatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const rmatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const complex &c) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const scmatrix &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const scmatrix_slice &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const cmatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const cmatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const interval &c) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const simatrix &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const simatrix_slice &m1)
 Implementation of substraction and allocation operation.
cimatrix_sliceoperator-= (const imatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator-= (const imatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
cimatrix_sliceoperator/= (const cinterval &c) throw ()
 Implementation of division and allocation operation.
cimatrix_sliceoperator/= (const real &c) throw ()
 Implementation of division and allocation operation.
cimatrix_sliceoperator/= (const complex &c) throw ()
 Implementation of division and allocation operation.
cimatrix_sliceoperator/= (const interval &c) throw ()
 Implementation of division and allocation operation.
cimatrix_sliceoperator= (const cimatrix &m) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cimatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cinterval &r) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scimatrix &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scimatrix_subv &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scimatrix_slice &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const civector &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const civector_slice &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cimatrix_subv &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const srmatrix &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const srmatrix_subv &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const srmatrix_slice &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const rmatrix_subv &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const simatrix_subv &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const simatrix &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const simatrix_slice &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const imatrix &m) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const imatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const interval &r) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const ivector &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const ivector_slice &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const imatrix_subv &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scmatrix &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scmatrix_subv &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const scmatrix_slice &v)
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cmatrix &m) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const complex &r) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cvector &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cvector_slice &v) throw ()
 Implementation of standard assigning operator.
cimatrix_sliceoperator= (const cmatrix_subv &v) throw ()
 Implementation of standard assigning operator.
cimatrix_subv operator[] (const int &i) throw ()
 Operator for accessing a single row of the matrix.
cimatrix_subv operator[] (const cxscmatrix_column &i) throw ()
 Operator for accessing a single column of the matrix.
cimatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
cimatrix_subv operator[] (const cxscmatrix_column &i) const throw ()
 Operator for accessing a single column of the matrix.
cimatrix_sliceoperator|= (const scimatrix &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const scimatrix_slice &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const cimatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const cimatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const srmatrix &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const srmatrix_slice &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const rmatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const rmatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const scmatrix &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const scmatrix_slice &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const cmatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const cmatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const simatrix &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const simatrix_slice &m1)
 Implementation of hull and allocation operation.
cimatrix_sliceoperator|= (const imatrix &m1) throw ()
 Allocates the convex hull of the arguments to the first argument.
cimatrix_sliceoperator|= (const imatrix_slice &ms2) throw ()
 Allocates the convex hull of the arguments to the first argument.

Friends

rmatrix InfIm (const cimatrix_slice &v) throw ()
 Returns the infimum of imaginary part of the matrix.
rmatrix InfRe (const cimatrix_slice &v) throw ()
 Returns the infimum of real part of the matrix.
rmatrix SupIm (const cimatrix_slice &v) throw ()
 Returns the supremum of imaginary part of the matrix.
rmatrix SupRe (const cimatrix_slice &v) throw ()
 Returns the supremum of real part of the matrix.

Detailed Description

The Data Type cimatrix_slice.

This data type represents a partial cimatrix.

See also:
cimatrix

Definition at line 1650 of file cimatrix.hpp.


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