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

The Data Type rmatrix_slice. More...

#include <rmatrix.hpp>

List of all members.

Public Member Functions

rmatrix_sliceoperator() () throw ()
 Operator for accessing the whole matrix.
rmatrix_slice operator() (const int &m, const int &n) throw ()
 Operator for accessing a part of the matrix.
rmatrix_slice operator() (const int &m1, const int &m2, const int &n1, const int &n2) throw ()
 Operator for accessing a part of the matrix.
rmatrix_sliceoperator*= (const srmatrix &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator*= (const srmatrix_slice &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator*= (const rmatrix &m) throw ()
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator*= (const rmatrix_slice &ms2) throw ()
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator*= (const real &c) throw ()
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator+= (const srmatrix &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator+= (const srmatrix_slice &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator+= (const rmatrix &m1) throw ()
 Implementation of addition and allocation operation.
rmatrix_sliceoperator+= (const rmatrix_slice &ms2) throw ()
 Implementation of addition and allocation operation.
rmatrix_sliceoperator-= (const srmatrix &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator-= (const srmatrix_slice &m)
 Implementation of multiplication and allocation operation.
rmatrix_sliceoperator-= (const rmatrix &m1) throw ()
 Implementation of subtraction and allocation operation.
rmatrix_sliceoperator-= (const rmatrix_slice &ms2) throw ()
 Implementation of subtraction and allocation operation.
rmatrix_sliceoperator/= (const real &c) throw ()
 Implementation of division and allocation operation.
rmatrix_sliceoperator= (const srmatrix &m)
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const srmatrix_slice &m)
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const rmatrix &m) throw ()
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const rmatrix_slice &ms) throw ()
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const real &r) throw ()
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const rvector &v) throw ()
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const rvector_slice &v) throw ()
 Implementation of standard assigning operator.
rmatrix_sliceoperator= (const rmatrix_subv &v) throw ()
 Implementation of standard assigning operator.
rmatrix_subv operator[] (const int &i) const throw ()
 Operator for accessing a single row of the matrix.
rmatrix_subv operator[] (const cxscmatrix_column &i) const throw ()
 Operator for accessing a single column of the matrix.
 rmatrix_slice (rmatrix &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class rmatrix_slice.
 rmatrix_slice (rmatrix_slice &a, const int &l1, const int &u1, const int &l2, const int &u2) throw ()
 Constructor of class rmatrix_slice.
 rmatrix_slice (const rmatrix_slice &ms) throw ()
 Constructor of class rmatrix_slice.

Detailed Description

The Data Type rmatrix_slice.

This data type represents a partial rmatrix.

See also:
rmatrix

Definition at line 1442 of file rmatrix.hpp.


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